mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-23 06:49:37 +02:00
Show AdventureLog icon instead of text in mobile mode
This patch makes AdventureLog hide the text but show the app icon in the navigation bar when in mobile mode.
This commit is contained in:
parent
b8aa96b5b3
commit
3a8776c000
1 changed files with 2 additions and 2 deletions
|
@ -180,8 +180,8 @@
|
|||
</ul>
|
||||
</div>
|
||||
<a class="btn btn-ghost p-0 text-2xl font-bold tracking-normal" href="/">
|
||||
AdventureLog
|
||||
<img src="/favicon.png" alt="Map Logo" class="w-10 md:inline hidden" />
|
||||
<span class="md:inline hidden">AdventureLog</span>
|
||||
<img src="/favicon.png" alt="Map Logo" class="w-10" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="navbar-center hidden lg:flex">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue