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 | ef962d4a93052d1df1c47f8418b550989f61be79 (patch) | |
tree | 9374d3d21e43373e0313bc9ad79b362adf6ce2e1 /resources/views | |
parent | 0dde11718aca908300a126c274e476feb548c7a2 (diff) |
Update 'git' to 'cgit' in nav
Diffstat (limited to 'resources/views')
-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> | |