UI: use free FontAwesome globe icon for Worlds menu item

This commit is contained in:
2026-04-18 17:13:28 +02:00
parent 87d60af5a9
commit a0b903f09d

View File

@@ -82,7 +82,7 @@
<i class="fa-solid fa-calendar-day w-4 text-center text-sb-muted"></i>On This Day <i class="fa-solid fa-calendar-day w-4 text-center text-sb-muted"></i>On This Day
</a> </a>
<a class="flex items-center gap-3 px-4 py-2.5 text-sm hover:bg-white/5" href="{{ route('worlds.index') }}"> <a class="flex items-center gap-3 px-4 py-2.5 text-sm hover:bg-white/5" href="{{ route('worlds.index') }}">
<i class="fa-solid fa-stars w-4 text-center text-sb-muted"></i>Worlds <i class="fa-solid fa-globe w-4 text-center text-sb-muted"></i>Worlds
</a> </a>
@auth @auth
<a class="flex items-center gap-3 px-4 py-2.5 text-sm hover:bg-white/5" href="{{ route('discover.for-you') }}"> <a class="flex items-center gap-3 px-4 py-2.5 text-sm hover:bg-white/5" href="{{ route('discover.for-you') }}">