Skip to content

Commit

Permalink
add question mark
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Apr 22, 2024
1 parent 4bb3af2 commit 9e17853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<button name="login_submit" type="submit" class="contrast">Login</button>
<small class="grid">
<a href="<?= ROOT ?>/register">Register</a>
<a style="display: flex; justify-content: flex-end" href="<?= ROOT ?>/password">Forgot Password</a>
<a style="display: flex; justify-content: flex-end" href="<?= ROOT ?>/password">Forgot Password?</a>
</small>
</form>
</div>
Expand Down

0 comments on commit 9e17853

Please sign in to comment.