diff options
author | Frankie B <floppydisk05@aol.com> | 2023-07-11 19:24:47 +0100 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2023-07-11 19:24:47 +0100 |
commit | 4ff6785da1b26325c3f17d610a1526a34aaf8ff6 (patch) | |
tree | 9374d3d21e43373e0313bc9ad79b362adf6ce2e1 /resources/views/includes | |
parent | 01b9e61b6aa93c0c22939c695deb60a61016e182 (diff) |
Update 'git' to 'cgit' in nav
Diffstat (limited to 'resources/views/includes')
-rw-r--r-- | resources/views/includes/header.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php index 780299c..6f966d1 100644 --- a/resources/views/includes/header.blade.php +++ b/resources/views/includes/header.blade.php @@ -1,7 +1,7 @@ <nav> <div> <a href="/">home</a> | - <a href="//git.diskfloppy.me/">git</a> | + <a href="//git.diskfloppy.me/">cgit</a> | <a href="/projects/">projects</a> | <a href="/calculators/">calculators</a> | <a href="/computers/">computers</a> | |