Skip to content

Commit

Permalink
fix: wrong button grefs
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder committed Oct 9, 2024
1 parent e52e998 commit 5d14783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/5.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
</button>
</a>

<a class="Next" href="/7" aria-label="There are no next pages, Go To Home Page">
<a class="Next" href="/6" aria-label="There are no next pages, Go To Home Page">
<button>
</button>
Expand Down
2 changes: 1 addition & 1 deletion src/6.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
></div>
</main>

<a class="Back" href="/7" aria-label="Go To Previous Page">
<a class="Back" href="/6" aria-label="Go To Previous Page">
<button> ⇦ </button>
</a>

Expand Down

0 comments on commit 5d14783

Please sign in to comment.