fix: optimize shell accessibility and assets
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
routerLink="/world"
|
||||
data-navigation="world"
|
||||
aria-current="page"
|
||||
aria-label="Karte"
|
||||
>
|
||||
<img src="/images/hud/MapsIcon.png" alt="" />
|
||||
<img src="/images/hud/runtime/MapsIcon-128.png" alt="" />
|
||||
<span>Karte</span>
|
||||
</button>
|
||||
|
||||
@@ -17,7 +18,7 @@
|
||||
disabled
|
||||
aria-label="Jagd ist noch nicht verfügbar"
|
||||
>
|
||||
<img src="/images/hud/HuntIcon.png" alt="" />
|
||||
<img src="/images/hud/runtime/HuntIcon-128.png" alt="" />
|
||||
<span>Jagd</span>
|
||||
</button>
|
||||
<button
|
||||
@@ -27,7 +28,7 @@
|
||||
disabled
|
||||
aria-label="Quests sind noch nicht verfügbar"
|
||||
>
|
||||
<img src="/images/hud/QuestsIcon.png" alt="" />
|
||||
<img src="/images/hud/runtime/QuestsIcon-128.png" alt="" />
|
||||
<span>Quests</span>
|
||||
</button>
|
||||
<button
|
||||
@@ -37,7 +38,7 @@
|
||||
disabled
|
||||
aria-label="Inventar ist noch nicht verfügbar"
|
||||
>
|
||||
<img src="/images/hud/InventoryIcon.png" alt="" />
|
||||
<img src="/images/hud/runtime/InventoryIcon-128.png" alt="" />
|
||||
<span>Inventar</span>
|
||||
</button>
|
||||
<button
|
||||
@@ -47,7 +48,7 @@
|
||||
disabled
|
||||
aria-label="Charakter ist noch nicht verfügbar"
|
||||
>
|
||||
<img src="/images/hud/CharacterIcon.png" alt="" />
|
||||
<img src="/images/hud/runtime/CharacterIcon-128.png" alt="" />
|
||||
<span>Charakter</span>
|
||||
</button>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user