From 5e44a61068391be7f558a1111bfc3669d07509f6 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Mon, 6 May 2024 14:33:45 +0200 Subject: [PATCH] chore: Improve menu item styling and spacing in project index and show views --- resources/views/livewire/project/index.blade.php | 5 ++--- resources/views/livewire/project/show.blade.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/views/livewire/project/index.blade.php b/resources/views/livewire/project/index.blade.php index 76c453f5c..d92913c4e 100644 --- a/resources/views/livewire/project/index.blade.php +++ b/resources/views/livewire/project/index.blade.php @@ -8,15 +8,14 @@
All your projects are here.
@forelse ($projects as $project) -