nyaabooru/resources/views/livewire/app/footer.blade.php
Jaiden e7b31a716c
Some checks failed
Docker / build (push) Has been cancelled
Upgrade webawesome framework
2025-06-30 20:18:30 -04:00

12 lines
518 B
PHP

<div class="wa-split">
<div class="wa-stack wa-gap-2xs">
<div class="wa-cluster wa-heading-l">
<livewire:app.icon name="paw-simple" />
<span>{{ config('app.name') }}</span>
</div>
<span class="wa-caption-l">&copy; 2025 <a href="https://nyaastudios.io" target="_blank">NyaaStudios</a>; All rights reserved.</span>
</div>
<div class="wa-cluster wa-heading-m">
<wa-icon-button family="brands" name="github" href="https://github.com/NyaaStudios/nyaabooru" target="_blank"></wa-icon-button>
</div>
</div>