From 5d148485408bb169cba60c9a82d188442630d233 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Sat, 26 Aug 2023 01:21:59 +0100 Subject: Add computers to nav --- config/app.php | 2 +- public/images/icons/nav/computers.png | Bin 0 -> 521 bytes resources/views/includes/header.blade.php | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 public/images/icons/nav/computers.png diff --git a/config/app.php b/config/app.php index ca32cfd..1066543 100644 --- a/config/app.php +++ b/config/app.php @@ -5,7 +5,7 @@ use Illuminate\Support\ServiceProvider; return [ 'name' => env('APP_NAME', 'diskfloppy.me'), - 'version' => '2023.08.24', + 'version' => '2023.08.26', 'env' => env('APP_ENV', 'production'), 'debug' => (bool) env('APP_DEBUG', false), 'url' => env('APP_URL', 'http://localhost'), diff --git a/public/images/icons/nav/computers.png b/public/images/icons/nav/computers.png new file mode 100644 index 0000000..e6dda18 Binary files /dev/null and b/public/images/icons/nav/computers.png differ diff --git a/resources/views/includes/header.blade.php b/resources/views/includes/header.blade.php index 0131839..9a020d2 100644 --- a/resources/views/includes/header.blade.php +++ b/resources/views/includes/header.blade.php @@ -4,6 +4,7 @@ Home cgit Public Files + Computers Bookmarks Guestbook -- cgit v1.2.3-54-g00ecf