aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/partials/navigator.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/views/partials/navigator.php b/views/partials/navigator.php
index 71db007..9c3b033 100644
--- a/views/partials/navigator.php
+++ b/views/partials/navigator.php
@@ -1,6 +1,3 @@
-
-<hr class="bg-grey-light h-px my-6">
-
<nav role="navigation">
<ul class="list-reset">
@@ -10,7 +7,7 @@
<div class="text-center">
<?php echo file_get_contents($_SERVER['DOCUMENT_ROOT']
. '/..'
- . '/public/icons/feathericons/layers.svg') ?>
+ . '/public/icons/feathericons/user.svg') ?>
<p class="py-1
<?php echo $navigation->isActiveHome() ?? 'text-grey-darker' ?> hover:text-black">
Home
@@ -82,5 +79,3 @@
</ul>
</nav>
-
-<hr class="bg-grey-light h-px my-6">