From 8ba15538a9db364de6ce453fee1687186f43e6f6 Mon Sep 17 00:00:00 2001 From: notCharles Date: Wed, 3 Jul 2024 16:33:32 -0400 Subject: [PATCH] Fix ToolTip --- app/Filament/Resources/EggResource/Pages/CreateEgg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Resources/EggResource/Pages/CreateEgg.php b/app/Filament/Resources/EggResource/Pages/CreateEgg.php index 16f94be53..d73863f57 100644 --- a/app/Filament/Resources/EggResource/Pages/CreateEgg.php +++ b/app/Filament/Resources/EggResource/Pages/CreateEgg.php @@ -75,7 +75,7 @@ class CreateEgg extends CreateRecord ->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]), TextInput::make('update_url') ->hintIcon('tabler-question-mark') - ->hintToolTip('URLs must point directly to the raw .json file.') + ->hintIconTooltip('URLs must point directly to the raw .json file.') ->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]) ->url(), KeyValue::make('docker_images')