From e5f40fe8e7180bb00559756bee6c62445da1ea04 Mon Sep 17 00:00:00 2001 From: Vlad Pronsky Date: Fri, 9 Feb 2024 05:01:59 +0200 Subject: [PATCH] fix pagespeed errors --- public/robots.txt | 4 +++- src/components/Header.tsx | 4 ++-- src/components/Tabs.tsx | 1 + src/components/ui/Button.tsx | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) 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 = () => {