feat: implement summoner emote index

This commit is contained in:
Rico van Zelst
2023-11-27 17:38:38 +01:00
parent 99370b9279
commit d9fac4259d
6 changed files with 132 additions and 7 deletions

View File

@@ -69,7 +69,7 @@
<div class="flex justify-center space-x-4">
<a href="{{route('assets.icons.index')}}"
class="bg-orange-500 text-white font-bold py-2 px-4 rounded hover:bg-orange-600">Icons</a>
<a href="#" class="bg-orange-500 text-white font-bold py-2 px-4 rounded hover:bg-orange-600">Emotes</a>
<a href="{{route('assets.emotes.index')}}" class="bg-orange-500 text-white font-bold py-2 px-4 rounded hover:bg-orange-600">Emotes</a>
</div>
</div>
</div>