diff --git a/public/robots.txt b/public/robots.txt index e3ffe3b..e9e57dc 100644 --- a/public/robots.txt +++ b/public/robots.txt @@ -1 +1,3 @@ -Allow: * \ No newline at end of file +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 9070ba6..8bd01e0 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -16,7 +16,7 @@ const ChangeTheme: FC = () => { const Icon = isDark ? IconSunFilled : IconMoon return ( - ) @@ -57,7 +57,7 @@ export const Header: FC = () => {
- + logo TimeWiz.cc diff --git a/src/components/Tabs.tsx b/src/components/Tabs.tsx index bd49d2a..88a0cd6 100644 --- a/src/components/Tabs.tsx +++ b/src/components/Tabs.tsx @@ -94,6 +94,7 @@ export const Tabs: FC = () => {