aboutsummaryrefslogtreecommitdiffstats
path: root/includes/nav-header.php
diff options
context:
space:
mode:
authorkj-sh6042024-08-05 17:27:57 -0400
committerkj-sh6042024-08-05 17:27:57 -0400
commitdb02f607ab281d8b2638f8eb1edc1300a0447c72 (patch)
treea5e1b9165def25cb62c047e2eac95e5f69b4fb6e /includes/nav-header.php
parent11ae134cd720443b6ed5fe67bc570bbfcc8730e0 (diff)
fix: broken light mode
and other things
Diffstat (limited to 'includes/nav-header.php')
-rw-r--r--includes/nav-header.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/nav-header.php b/includes/nav-header.php
index c4cac05..3f2b97a 100644
--- a/includes/nav-header.php
+++ b/includes/nav-header.php
@@ -1,8 +1,8 @@
<div class="centered">
<h2>
<a style="text-decoration: none;" href="../index.php">🏠 home</a> &nbsp;
- <a style="text-decoration: none;" href="../info.php">📃 info</a> &nbsp;
- <a style="text-decoration: none;" href="../licenses.php">🏛 licenses</a> &nbsp;
+ <a style="text-decoration: none;" href="../info.php">🗂️ info</a> &nbsp;
+ <a style="text-decoration: none;" href="../licenses.php">⚖️ licenses</a> &nbsp;
</h2>
<hr>