Skip to content

Commit

Permalink
final final
Browse files Browse the repository at this point in the history
  • Loading branch information
samanthatuhseng committed Sep 5, 2023
1 parent 5cfc4b6 commit 2c87448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function Index ({ title }) {
export async function getStaticProps () {
return {
props: {
title: 'HackCamp 2022'
title: 'HackCamp 2023'
} // will be passed to the page component as props
}
}

0 comments on commit 2c87448

Please sign in to comment.