summaryrefslogtreecommitdiff
path: root/src/components/Navigation.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Navigation.vue')
-rw-r--r--src/components/Navigation.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue
index 9f4e530..3ced42e 100644
--- a/src/components/Navigation.vue
+++ b/src/components/Navigation.vue
@@ -18,15 +18,15 @@
<ServerStatus class="status"/>
</div>
<div class="screenshots">
- <a href="https://wiki.themanaworld.org/index.php/Screenshots">Screenshots</a>
+ <a href="https://wiki.themanaworld.org/index.php/Screenshots" title="Screenshots" aria-label="view screenshots">Screenshots</a>
</div>
<div>
<span>Source Code</span>
<ul>
- <li><a href="https://github.com/themanaworld">The Mana World</a></li>
- <li><a href="https://gitlab.com/evol">Evol Online</a></li>
- <li><a href="https://gitlab.com/manaplus">ManaPlus</a></li>
- <li><a href="https://github.com/bjorn/tiled">Tiled</a></li>
+ <li><a href="https://github.com/themanaworld" aria-label="source code for The Mana World">The Mana World</a></li>
+ <li><a href="https://gitlab.com/evol" aria-label="source code for Evol Online">Evol Online</a></li>
+ <li><a href="https://gitlab.com/manaplus" aria-label="source code for ManaPlus">ManaPlus</a></li>
+ <li><a href="https://github.com/bjorn/tiled" aria-label="source code for Tiled">Tiled</a></li>
</ul>
</div>
</nav>