aboutsummaryrefslogtreecommitdiffstats
path: root/includes/nav-header.php
diff options
context:
space:
mode:
authorkj-sh6042024-08-08 18:45:42 -0400
committerkj-sh6042024-08-08 18:45:42 -0400
commit12430221001cecb92fd1fb4fce7b3baf91d7ba01 (patch)
treef975393e7945ccd3b974c544ea3cddf4e50f71d4 /includes/nav-header.php
parent810ecfd58949e892c37134073e4fb490946354a8 (diff)
refactor: design improvments and fixes
Diffstat (limited to 'includes/nav-header.php')
-rw-r--r--includes/nav-header.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/nav-header.php b/includes/nav-header.php
index 3f2b97a..0f8fc8b 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="../index.php">🏠 home</a>
+ <a style="text-decoration: none;" href="../info.php">🗂️ info</a>
+ <a style="text-decoration: none;" href="../licenses.php">⚖️ licenses</a>
</h2>
<hr>