Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
RonanAndal committed Dec 29, 2024
1 parent 2b6198a commit 673a882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/ClientPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function ClientPage(props) {
<Layout
isHome={true}
ssrNav={props.list}
pageTitle="Aloha!"
pageTitle="Aloha! 🤙🏻"
contentComponent={<><MainContent /></>}
/>

Expand Down
2 changes: 1 addition & 1 deletion src/data/app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"siteName": "Shaka Shifts",
"siteUrl": "http://localhost:3000",
"copyright": "Copyright &copy; Website Title 2024. | All rights reserved. Created by <a href=\"https://www.linkedin.com/mynetwork/grow/\">Ronan Andal</a>."
"copyright": "Copyright &copy; Shaka Shifts 2024. | All rights reserved. Created by <a href=\"https://www.linkedin.com/mynetwork/grow/\">Ronan Andal</a>."
}

0 comments on commit 673a882

Please sign in to comment.