diff options
author | gumi <git@gumi.ca> | 2019-07-24 12:49:45 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-24 12:49:45 -0400 |
commit | 00dcf222a1875c5407f27f7bd839edbe739371bd (patch) | |
tree | 26fe1801dda546e0846301e7ca4ed0b24a5ee42e /src | |
parent | 276896d9a6f187b486de46bc59a8be0226912985 (diff) | |
download | website-00dcf222a1875c5407f27f7bd839edbe739371bd.tar.gz website-00dcf222a1875c5407f27f7bd839edbe739371bd.tar.bz2 website-00dcf222a1875c5407f27f7bd839edbe739371bd.tar.xz website-00dcf222a1875c5407f27f7bd839edbe739371bd.zip |
add a link to About.vue in Home.vue
Diffstat (limited to 'src')
-rw-r--r-- | src/views/Home.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Home.vue b/src/views/Home.vue index 0033939..4fba7b6 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -3,7 +3,7 @@ <h1>The Mana World Project</h1> <p>The Mana World (TMW) is a serious effort to create an innovative free and open source MMORPG. TMW uses 2D graphics and aims to create a large and diverse interactive world. It is licensed under the GPL, making sure this game can't ever run away from you.</p> <div class="read-more"> - <a href="#">Read More >></a> + <router-link :to="{ name: 'about' }">Read More >></router-link> </div> <h1>Recent News</h1> |