Skip to content

Commit

Permalink
Fix: menuma phone number in panel
Browse files Browse the repository at this point in the history
  • Loading branch information
alibaghernia committed May 19, 2024
1 parent 0d154ee commit 10b7c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Filament/CafeRestaurant/Pages/Setting/Features.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function form(Form $form): Form
Components\Toggle::make('has_domain_address')
->disabled()
->label('وضعیت')
->hint((new HtmlString(' <a class="underline" href="tel:09920560841"> 09920560841 </a>')))
->hint((new HtmlString(' <a class="underline" href="tel:09999924319"> 09999924319 </a>')))
->helperText('برای تغییر وضعیت با پشتیبانی تماس بگیرید'),
]),
Components\Section::make('باشگاه مشتریان')
Expand Down

0 comments on commit 10b7c59

Please sign in to comment.