diff options
| author | kj-sh604 | 2024-08-05 17:27:57 -0400 |
|---|---|---|
| committer | kj-sh604 | 2024-08-05 17:27:57 -0400 |
| commit | db02f607ab281d8b2638f8eb1edc1300a0447c72 (patch) | |
| tree | a5e1b9165def25cb62c047e2eac95e5f69b4fb6e /includes | |
| parent | 11ae134cd720443b6ed5fe67bc570bbfcc8730e0 (diff) | |
fix: broken light mode
and other things
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/nav-header.php | 4 |
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> - <a style="text-decoration: none;" href="../info.php">📃 info</a> - <a style="text-decoration: none;" href="../licenses.php">🏛 licenses</a> + <a style="text-decoration: none;" href="../info.php">🗂️ info</a> + <a style="text-decoration: none;" href="../licenses.php">⚖️ licenses</a> </h2> <hr> |
