diff --git a/resources/views/components/button/base.blade.php b/resources/views/components/button/base.blade.php
index 99f647f3..c46689a3 100644
--- a/resources/views/components/button/base.blade.php
+++ b/resources/views/components/button/base.blade.php
@@ -1,5 +1,5 @@
@props(['loader' => false, 'tag'])
-class([
'relative inline-block self-start text-center text-sm transition cursor-pointer',
@@ -15,4 +15,4 @@
$loader ? '{ "invisible": $root.loading }' : false])>
{{ $slot }}
-
+
diff --git a/resources/views/components/button/link.blade.php b/resources/views/components/button/link.blade.php
index 4426ad4c..d8effaf8 100644
--- a/resources/views/components/button/link.blade.php
+++ b/resources/views/components/button/link.blade.php
@@ -1,7 +1,7 @@
@props(['tag'])
-merge(['class' => 'underline text-ct-inactive text-right disabled:no-underline disabled:cursor-not-allowed disabled:opacity-50']) }}
>
{{ $slot }}
-
+
diff --git a/resources/views/components/dashboard/item/index.blade.php b/resources/views/components/dashboard/item/index.blade.php
index 8b13051d..bffb1015 100644
--- a/resources/views/components/dashboard/item/index.blade.php
+++ b/resources/views/components/dashboard/item/index.blade.php
@@ -1,5 +1,5 @@
@props(['item' => [], 'key' => ''])
-merge([
+merge([
'class' => 'flex flex-wrap items-center gap-x-6 rounded border bg-white px-8 py-4 text-left',
'href' => $item['href'] ?? '',
'is' => isset($item['href']) ? 'a' : 'button',
@@ -27,4 +27,4 @@
@endif
-
+
diff --git a/resources/views/components/dashboard/sidebar-item/index.blade.php b/resources/views/components/dashboard/sidebar-item/index.blade.php
index 6d9dca65..25ac5d36 100644
--- a/resources/views/components/dashboard/sidebar-item/index.blade.php
+++ b/resources/views/components/dashboard/sidebar-item/index.blade.php
@@ -1,5 +1,5 @@
@props(['item' => [], 'key' => ''])
-merge([
+merge([
'class' => 'flex-1 text-left',
'is' => isset($item['href']) ? 'a' : 'button',
'href' => $item['href'] ?? '',
@@ -13,4 +13,4 @@
@endif
-
+
diff --git a/resources/views/components/separated-listing/index.blade.php b/resources/views/components/separated-listing/index.blade.php
index 69ed87ab..3e146167 100644
--- a/resources/views/components/separated-listing/index.blade.php
+++ b/resources/views/components/separated-listing/index.blade.php
@@ -1,4 +1,4 @@
@props(['tag' => 'ul'])
-class('flex flex-col text-sm mt-1 divide-y [&>*]:py-4 [&>*:first-child]:pt-0 [&>*:last-child]:pb-0 [&>*]:flex [&>*]:flex-wrap [&>*]:justify-between') }}>
+class('flex flex-col text-sm mt-1 divide-y [&>*]:py-4 [&>*:first-child]:pt-0 [&>*:last-child]:pb-0 [&>*]:flex [&>*]:flex-wrap [&>*]:justify-between') }}>
{{ $slot }}
-
+