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