mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
This commit is contained in:
parent
13307bc7f4
commit
e7b31a716c
19 changed files with 63 additions and 51 deletions
|
|
@ -10,22 +10,22 @@
|
|||
|
||||
@auth
|
||||
<wa-button appearance="plain" href="{{ route('posts.home') }}" wire:navigate.hover>
|
||||
<wa-icon slot="prefix" name="images"></wa-icon>
|
||||
<livewire:app.icon slot="start" name="images" />
|
||||
Posts
|
||||
</wa-button>
|
||||
|
||||
<wa-button appearance="plain" href="{{ route('upload') }}" wire:navigate.hover>
|
||||
<wa-icon slot="prefix" name="arrow-up-from-bracket"></wa-icon>
|
||||
<livewire:app.icon slot="start" name="arrow-up-from-bracket" />
|
||||
Upload
|
||||
</wa-button>
|
||||
|
||||
<wa-button appearance="plain" href="{{ route('tags.home') }}" wire:navigate.hover>
|
||||
<wa-icon slot="prefix" name="tags"></wa-icon>
|
||||
<livewire:app.icon slot="start" name="tags" />
|
||||
Tags
|
||||
</wa-button>
|
||||
|
||||
<wa-button appearance="plain" href="{{ route('users') }}" wire:navigate.hover>
|
||||
<wa-icon slot="prefix" name="users"></wa-icon>
|
||||
<livewire:app.icon slot="start" name="users" />
|
||||
Users
|
||||
</wa-button>
|
||||
@endauth
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
<div class="wa-cluster">
|
||||
@guest
|
||||
<wa-button href="{{ route('login') }}" appearance="plain">
|
||||
<wa-icon slot="prefix" name="arrow-right-to-bracket"></wa-icon>
|
||||
<livewire:app.icon slot="start" name="arrow-right-to-bracket" />
|
||||
Sign in
|
||||
</wa-button>
|
||||
@endguest
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
</wa-button>
|
||||
<wa-button href="{{ route('logout') }}" appearance="plain">
|
||||
<wa-icon name="arrow-left-from-bracket" slot="prefix"></wa-icon>
|
||||
<livewire:app.icon name="arrow-left-from-bracket" slot="start" />
|
||||
Sign out
|
||||
</wa-button>
|
||||
@endauth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue