diff --git a/app/components/site-footer.tsx b/app/components/site-footer.tsx index 4fe310f..9cc8052 100644 --- a/app/components/site-footer.tsx +++ b/app/components/site-footer.tsx @@ -2,7 +2,7 @@ const SiteFooter = () => { return ( ) diff --git a/app/root.tsx b/app/root.tsx index 57c0fac..b618587 100644 --- a/app/root.tsx +++ b/app/root.tsx @@ -69,10 +69,10 @@ export const links: LinksFunction = () => { export const meta: MetaFunction = ({ data }) => { return [ - { title: data ? 'lucasb.dev' : 'Error | lucasb.dev' }, + { title: data ? 'lucasb.dev | home' : 'Error | lucasb.dev' }, { name: 'description', - content: `Personal website for software engineer lucas byerley`, + content: `Personal website for software engineer lucas b`, }, ] } @@ -234,7 +234,7 @@ function App() { - Lucas Byerley + Lucas B