Fix ToolTip

This commit is contained in:
notCharles 2024-07-03 16:33:32 -04:00
parent c115c6ddf5
commit 8ba15538a9

View File

@ -75,7 +75,7 @@ class CreateEgg extends CreateRecord
->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]), ->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]),
TextInput::make('update_url') TextInput::make('update_url')
->hintIcon('tabler-question-mark') ->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]) ->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2])
->url(), ->url(),
KeyValue::make('docker_images') KeyValue::make('docker_images')