Skip to content

Commit

Permalink
Fixed pathing for hackathon.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhbnz committed Jun 18, 2024
1 parent 462d477 commit fdd9078
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/workshop.js → pages/hackathon.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function getStaticProps() {
return { props: { initialDisplayPosts, posts, pagination } }
}

export default function Workshop({ posts, initialDisplayPosts, pagination }) {
export default function Hackathon({ posts, initialDisplayPosts, pagination }) {
return (
<>
<PageSEO title={`${siteMetadata.description}`}/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function getStaticProps({ params }) {
return { props: { post, authorDetails, prev, next } }
}

export default function Workshop({ post, authorDetails, prev, next }) {
export default function Hackathon({ post, authorDetails, prev, next }) {
const { mdxSource, toc, frontMatter } = post

return (
Expand Down
File renamed without changes.

0 comments on commit fdd9078

Please sign in to comment.