Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander McBrier committed Jan 30, 2024
1 parent 3ee6e02 commit d806f5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<i class="fa-solid fa-code fa-sm"></i>
</a>
<div class = "linkDivider">/</div>
<a class = "footerLinks tooltip" href="/preferences.php">theme</span>
<a class = "footerLinks tooltip" href="/preferences">theme</span>
<i class="fa-solid fa-palette fa-sm"></i>
</a>
<div class = "linkDivider">/</div>
<a class = "footerLinks tooltip" href="/preferences.php">font</span>
<a class = "footerLinks tooltip" href="/preferences">font</span>
<i class="fa-solid fa-font fa-sm"></i>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion preferences.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>

<div id="notifications"></div>
<form id="mainContent" method="POST" action="preferences.php">
<form id="mainContent" method="POST" action="preferences">
<?php include "./nav.php" ?>
<div class="preferences">
<div id="sizesContainer" class="rowContainer">
Expand Down

0 comments on commit d806f5b

Please sign in to comment.