mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update customer-dashboard.blade.php
This commit is contained in:
parent
63709b2d77
commit
43da9f9a29
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
<div class="flex justify-between">
|
||||
<div class="flex gap-2 p-[2rem]">
|
||||
<div class="">
|
||||
<x-filament::icon-button size="xl" icon="{{$menuItem['icon']}}"/>
|
||||
@svg($menuItem['icon'], "h-12 w-12 text-red-600")
|
||||
</div>
|
||||
<div class="">{{$menuItem['title']}}</div>
|
||||
</div>
|
||||
|
@ -32,7 +32,7 @@
|
|||
<div class="text-blue-400 hover:text-yellow-500 px-[2rem] py-2">
|
||||
<a href="{{$menuItemLink['link']}}" class="flex">
|
||||
<div class="">
|
||||
<x-filament::icon-button size="xl" icon="{{$menuItemLink['icon']}}"/>
|
||||
@svg($menuItemLink['icon'], "h-12 w-12 text-red-600")
|
||||
</div>
|
||||
<div class="ml-2">{{$menuItemLink['title']}}</div>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue