From 595c64775919e84ef974f0045b73e32d452e70ba Mon Sep 17 00:00:00 2001 From: Damian Stasik <920747+damianstasik@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:31:01 +0200 Subject: [PATCH] Use the same title in all tags Signed-off-by: Damian Stasik <920747+damianstasik@users.noreply.github.com> --- frontend/src/components/MetaTags/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/MetaTags/index.tsx b/frontend/src/components/MetaTags/index.tsx index 5c83392d..2f414ce8 100644 --- a/frontend/src/components/MetaTags/index.tsx +++ b/frontend/src/components/MetaTags/index.tsx @@ -13,8 +13,8 @@ export function MetaTags({ title, description }: MetaTagsProps) { return ( {siteTitle} - - + + {description && } {description && } {description && }