Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<body class="login-page">
<!-- Back Button -->
<a href="../index.html" class="floating-back-btn">
<a href="/pages/index.html" class="floating-back-btn">
<i class="fas fa-chevron-left"></i>
<span>Home</span>
</a>
Expand Down
2 changes: 1 addition & 1 deletion pages/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<body class="signup-page">
<!-- Back Button -->
<a href="../index.html" class="floating-back-btn">
<a href="/pages/index.html" class="floating-back-btn">
<i class="fas fa-chevron-left"></i>
<span>Home</span>
</a>
Expand Down
Loading