feat(header): menambahkan button untuk redirect ke homepage
This commit is contained in:
parent
22af59f641
commit
ce7ac20793
@ -5,7 +5,7 @@
|
||||
class="max-lg:hidden! hidden dark:flex" />
|
||||
<flux:spacer />
|
||||
<flux:navbar class="me-4">
|
||||
{{-- <flux:navbar.item icon="bell" label="Notifikasi" /> --}}
|
||||
<flux:navbar.item icon="computer-desktop" label="Beranda" href="{{ route('homepage') }}" wire:navigate />
|
||||
<flux:navbar.item x-data x-on:click="$flux.dark = ! $flux.dark">
|
||||
<template x-if="$flux.dark">
|
||||
<div class="flex items-center gap-2">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user