From dad21b68fecf92293c274505cc5f6bbd85ca883d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Jaro=C5=A1?= Date: Wed, 6 Jul 2022 22:14:13 +0200 Subject: [PATCH] FIX;Update sitemap.xml and heads --- public/sitemap.xml | 13 ++++++++----- src/components/MyTitle.tsx | 6 ++++-- src/pages/index.tsx | 8 +++++--- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/public/sitemap.xml b/public/sitemap.xml index 86f6e12..d5bf8ed 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,5 +1,8 @@ - - -https://romanjaros.cz - - \ No newline at end of file + + + + https://romanjaros.cz/ + + diff --git a/src/components/MyTitle.tsx b/src/components/MyTitle.tsx index 2d999d7..96d2f56 100644 --- a/src/components/MyTitle.tsx +++ b/src/components/MyTitle.tsx @@ -11,8 +11,10 @@ const MyTitle: FC = ({ left, right, className }) => { return (
{"<"} -

{left}

-

{right}

+

+ {left} + {right} +

 {"/>"}
); diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 6b43bfa..066db90 100755 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -15,7 +15,7 @@ const Home: NextPage = () => { {
{"<"} -

Roman

-

Developer

+

+ Roman + Developer +

 {"/>"}