Skip to content

Commit

Permalink
show apps menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Mar 30, 2024
1 parent c85db0d commit 9d59fca
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<span class="ms-3 text-zinc-300 group-hover:text-white">{{__('Blog')}}</span>
</x-splade-link>

{{--<x-splade-link :href="route('apps.index')" class="flex items-center p-2 text-xl rounded-lg hover:bg-zinc-700 group transition-all">--}}
{{-- <i class="bx bxs-plug text-zinc-100 transition duration-75 group-hover:text-white"></i>--}}
{{-- <span class="ms-3 text-zinc-300 group-hover:text-white">{{__('Apps')}}</span>--}}
{{--</x-splade-link>--}}
<x-splade-link :href="route('apps.index')" class="flex items-center p-2 text-xl rounded-lg hover:bg-zinc-700 group transition-all">
<i class="bx bxs-plug text-zinc-100 transition duration-75 group-hover:text-white"></i>
<span class="ms-3 text-zinc-300 group-hover:text-white">{{__('Apps')}}</span>
</x-splade-link>


@foreach(menu('main') as $item)
Expand Down

0 comments on commit 9d59fca

Please sign in to comment.