From eb2cceec3899655c78162ad2eff5c73fc2c2b831 Mon Sep 17 00:00:00 2001 From: Vincent Boon Date: Fri, 13 Mar 2026 11:08:34 +0100 Subject: [PATCH] Ran Tailwind CSS v4 upgrade tool --- resources/views/account/listing.blade.php | 2 +- .../account/partials/details/description.blade.php | 2 +- .../account/partials/details/edit-button.blade.php | 2 +- .../account/partials/details/product/image.blade.php | 2 +- .../views/account/partials/details/title.blade.php | 4 ++-- .../views/account/partials/details/wishlist.blade.php | 10 +++++----- resources/views/account/partials/list-item.blade.php | 2 +- resources/views/components/button/index.blade.php | 2 +- resources/views/components/button/link.blade.php | 2 +- resources/views/components/dropdown.blade.php | 2 +- resources/views/components/table/header.blade.php | 2 +- resources/views/partials/item/new-list.blade.php | 2 +- resources/views/partials/item/title.blade.php | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) diff --git a/resources/views/account/listing.blade.php b/resources/views/account/listing.blade.php index f61a1eb..3891294 100644 --- a/resources/views/account/listing.blade.php +++ b/resources/views/account/listing.blade.php @@ -10,7 +10,7 @@
diff --git a/resources/views/account/partials/details/description.blade.php b/resources/views/account/partials/details/description.blade.php index 7cb737a..4efea7e 100644 --- a/resources/views/account/partials/details/description.blade.php +++ b/resources/views/account/partials/details/description.blade.php @@ -1,3 +1,3 @@ -
+

@{{ wishlist.description }}

\ No newline at end of file diff --git a/resources/views/account/partials/details/edit-button.blade.php b/resources/views/account/partials/details/edit-button.blade.php index e52c76b..39d14ca 100644 --- a/resources/views/account/partials/details/edit-button.blade.php +++ b/resources/views/account/partials/details/edit-button.blade.php @@ -1,7 +1,7 @@ @if($editable)
-
diff --git a/resources/views/account/partials/details/product/image.blade.php b/resources/views/account/partials/details/product/image.blade.php index f0ca15b..6f79a49 100644 --- a/resources/views/account/partials/details/product/image.blade.php +++ b/resources/views/account/partials/details/product/image.blade.php @@ -1,5 +1,5 @@

- + @if($editable) - + @endif - @lang('Amount') - + @lang('Amount') +