From 52d6b8adce423f289329476147aa67179e7b3bbf Mon Sep 17 00:00:00 2001 From: lsbyerley Date: Thu, 23 May 2024 23:41:12 -0400 Subject: [PATCH] chore: wording changes --- app/components/site-footer.tsx | 2 +- app/root.tsx | 6 +++--- app/routes/_index.tsx | 12 ++++++------ tests/e2e/home-page.test.ts | 1 - 4 files changed, 10 insertions(+), 11 deletions(-) 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