From 2a24949485bbb49d94114a78fc57cfc1dcd99c2d Mon Sep 17 00:00:00 2001 From: joker Date: Wed, 9 Nov 2022 17:26:25 +0300 Subject: [PATCH] modified: components/Head.tsx --- components/Head.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Head.tsx b/components/Head.tsx index 288da04..58968ad 100644 --- a/components/Head.tsx +++ b/components/Head.tsx @@ -12,7 +12,7 @@ export const WEBSITE_HOST_URL = 'https://robotop.krasnikov.pro'; const Head = ({ customMeta }: { customMeta?: MetaProps }): JSX.Element => { const router = useRouter(); const meta: MetaProps = { - title: 'РоботТоп - робототехнический фестиваль', + title: 'РоботТоп - Городские соревнования по робототехнике', description: 'РоботТОП – это робототехнические соревнования, в которых могут принять участие молодые любители робототехники, объединившись в команды.', image: `${WEBSITE_HOST_URL}/images/site-preview.png`, @@ -27,7 +27,7 @@ const Head = ({ customMeta }: { customMeta?: MetaProps }): JSX.Element => { - +