UI: use free FontAwesome globe icon for Worlds menu item
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
<i class="fa-solid fa-calendar-day w-4 text-center text-sb-muted"></i>On This Day
|
||||
</a>
|
||||
<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>
|
||||
@auth
|
||||
<a class="flex items-center gap-3 px-4 py-2.5 text-sm hover:bg-white/5" href="{{ route('discover.for-you') }}">
|
||||
|
||||
Reference in New Issue
Block a user