Skip to content

Commit

Permalink
return to homepage redirect fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kokonut121 authored Oct 15, 2023
1 parent ebb4e4d commit 118cdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/usabo/homepage.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</script>

<div class="container mt-5 mb-1">
<a class="btn btn-primary btn-lg w-100 my-2" href="/">Return to Homepage</a>
<a class="btn btn-primary btn-lg w-100 my-2" href="/homepage">Return to Homepage</a>
</div>

<div class="container mt-5 mb-1">
Expand Down

0 comments on commit 118cdf6

Please sign in to comment.