Skip to content

Commit

Permalink
Merge pull request #8 from jmhbnz/main
Browse files Browse the repository at this point in the history
Fixed pathing for hackathon.
  • Loading branch information
tnscorcoran authored Jun 18, 2024
2 parents 462d477 + fdd9078 commit ac08a09
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 ac08a09

Please sign in to comment.