From 177785c6a35c54849846848117bda80f1755d3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20=C5=A0korpil?= Date: Fri, 7 Jan 2022 20:11:24 +0100 Subject: [PATCH] Fixed metadata --- application/src/components/Layout.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/application/src/components/Layout.tsx b/application/src/components/Layout.tsx index d955c52..98bdf25 100644 --- a/application/src/components/Layout.tsx +++ b/application/src/components/Layout.tsx @@ -5,6 +5,7 @@ import getMatomo from '../lib/getMatomo' import { UserOptions } from '@datapunt/matomo-tracker-js/es/types' export const siteTitle = 'FediSearch' +export const siteDescription = 'Search people on Fediverse' const Layout:React.FC<{ matomoConfig:UserOptions, children: React.ReactNode }> = ({ matomoConfig, children }) => { useEffect(() => { @@ -13,17 +14,14 @@ const Layout:React.FC<{ matomoConfig:UserOptions, children: React.ReactNode }> = return (
+ {siteTitle} - - - + + + + +

FediSearch