aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-07-04 01:07:57 +0100
committerFrankie B <git@diskfloppy.me>2023-07-04 01:07:57 +0100
commit343207e8e4e65cc2b9fdcd97341f4610dc911660 (patch)
tree0a58fb0cd8ae7dd522f66196e3c0e3a5cb0cc9fa
parent8921eb16f711a267da872b45bdd004487ad472e7 (diff)
remove 'repos' link from navbar
-rw-r--r--resources/views/includes/header.blade.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php
index 605ea3c..cf7d829 100644
--- a/resources/views/includes/header.blade.php
+++ b/resources/views/includes/header.blade.php
@@ -3,7 +3,6 @@
<a href="/">home</a> |
<a href="//git.diskfloppy.me/">git</a> |
<a href="/projects/">projects</a> |
- <a href="https://github.com/floppydisk05?tab=repositories">repos</a> |
<a href="/calculators/">calculators</a> |
<a href="/computers/">computers</a> |
<a href="/bookmarks/">bookmarks</a>