diff --git a/src/Components/Infolists/SimpleAlert.php b/src/Components/Infolists/SimpleAlert.php index 7e13770..660490e 100644 --- a/src/Components/Infolists/SimpleAlert.php +++ b/src/Components/Infolists/SimpleAlert.php @@ -5,7 +5,7 @@ use CodeWithDennis\SimpleAlert\Components\Concerns\HasColor; use CodeWithDennis\SimpleAlert\Components\Concerns\HasDescription; use CodeWithDennis\SimpleAlert\Components\Concerns\HasIcon; -use CodeWithDennis\SimpleAlert\Components\Concerns\Haslink; +use CodeWithDennis\SimpleAlert\Components\Concerns\HasLink; use CodeWithDennis\SimpleAlert\Components\Concerns\HasSimple; use CodeWithDennis\SimpleAlert\Components\Concerns\HasTitle; use Filament\Infolists\Components\Entry; @@ -15,7 +15,7 @@ class SimpleAlert extends Entry use HasColor; use HasDescription; use HasIcon; - use Haslink; + use HasLink; use HasSimple; use HasTitle;