diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-04 01:07:57 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-04 01:07:57 +0100 |
commit | 94fc2662bd022075345229fc4749a5b0c11a1391 (patch) | |
tree | 0a58fb0cd8ae7dd522f66196e3c0e3a5cb0cc9fa /resources/views/includes | |
parent | b5293a41a3882acf35ff0939425a6727d1bb8e88 (diff) |
remove 'repos' link from navbar
Diffstat (limited to 'resources/views/includes')
-rw-r--r-- | resources/views/includes/header.blade.php | 1 |
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> |