From a659b4a855eb127e3ba9258caacdac74c60578c5 Mon Sep 17 00:00:00 2001 From: Rico van Zelst Date: Tue, 5 Dec 2023 15:46:44 +0100 Subject: [PATCH] feat(home): update features and navbar links - Updated the link in the "features.blade.php" file to point to "/sale-rotation". - Updated the link in the "navbar.blade.php" file to use the route "sales.index". These changes improve navigation and ensure consistency across pages. --- resources/views/components/home/features.blade.php | 2 +- resources/views/components/navbar.blade.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/components/home/features.blade.php b/resources/views/components/home/features.blade.php index 81b5cb6..f42d4a5 100644 --- a/resources/views/components/home/features.blade.php +++ b/resources/views/components/home/features.blade.php @@ -50,7 +50,7 @@ + href="/sale-rotation">

Sale Rotation

diff --git a/resources/views/components/navbar.blade.php b/resources/views/components/navbar.blade.php index 9a25e49..45d155f 100644 --- a/resources/views/components/navbar.blade.php +++ b/resources/views/components/navbar.blade.php @@ -52,11 +52,11 @@ Assets
  • - + {{ request()->routeIs('sales.*') ? 'text-orange-400 font-medium' : 'text-white' }}"> Sale Rotation