From d027b5f128d68c121a9d0c61e56ce37ce167a6f9 Mon Sep 17 00:00:00 2001 From: Kwesi Banson Jnr Date: Wed, 27 May 2026 16:30:11 +0000 Subject: [PATCH] fixed an error on the landing page --- php_code/.gitignore | 1 + php_code/resources/views/landing.blade.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/php_code/.gitignore b/php_code/.gitignore index e0299b7f..751ab4d6 100644 --- a/php_code/.gitignore +++ b/php_code/.gitignore @@ -10,6 +10,7 @@ Dockerfile .TemporaryItems .Trashes .VolumeIcon.icns +.env # Files that might appear in the root of a volume diff --git a/php_code/resources/views/landing.blade.php b/php_code/resources/views/landing.blade.php index d39b17c2..b691ee13 100644 --- a/php_code/resources/views/landing.blade.php +++ b/php_code/resources/views/landing.blade.php @@ -75,7 +75,7 @@ @include('common.notifications')