diff --git a/resources/views/actions/link.blade.php b/resources/views/actions/link.blade.php
index 084f6014..38cee324 100644
--- a/resources/views/actions/link.blade.php
+++ b/resources/views/actions/link.blade.php
@@ -4,6 +4,7 @@
'label' => 'text-inherit',
'active' => 'text-primary-400 hover:text-primary-300',
'inactive' => 'text-secondary-400 hover:text-primary-400',
+ 'icon' => 'size-6 text-secondary-400',
])
->mergeAttributes($action->getComponentAttributes())
->classMerge([
@@ -18,7 +19,10 @@
])
}}>
@if ($slot->isEmpty())
-
+
{{ $label() }}