Skip to content

Commit

Permalink
Move NextAndPrevLinks inside main on season page
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermercer committed Sep 22, 2024
1 parent 6a38745 commit af3355f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[season]/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ const episodes = await getCollection(
))
}
</ol>
<NextAndPrevLinks next={nextData} prev={prevData} itemLabel="Season" />
</main>
<NextAndPrevLinks next={nextData} prev={prevData} itemLabel="Season" />
<Footer />
</Base>
<style lang="scss">
Expand Down

0 comments on commit af3355f

Please sign in to comment.