summaryrefslogtreecommitdiff
path: root/src/components/Logo.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Logo.vue')
-rw-r--r--src/components/Logo.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Logo.vue b/src/components/Logo.vue
index a9a2281..3c1fa56 100644
--- a/src/components/Logo.vue
+++ b/src/components/Logo.vue
@@ -1,5 +1,5 @@
<template>
- <router-link tag="div" :to="{ name: 'home' }" class="logo" title="Go to home page" aria-label="go back to the home page">
+ <router-link role="banner" :to="{ name: 'home' }" class="logo" title="Go to home page" aria-label="go back to the home page">
<span>The </span>Mana World
<!--<span>Feel the mana power growing inside you</span>-->
<span>A free open source 2D MMORPG in development</span>