diff options
author | gumi <git@gumi.ca> | 2020-02-22 17:00:23 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-02-22 17:00:23 -0500 |
commit | 3333e79e3e6893e7dc36588c0925aac41897165e (patch) | |
tree | f7d2288500825842e87fc35ca9ad0029c096d331 | |
parent | 018d85f844fa5fa1bfb5325bc9d8d0962f5bed39 (diff) | |
download | website-3333e79e3e6893e7dc36588c0925aac41897165e.tar.gz website-3333e79e3e6893e7dc36588c0925aac41897165e.tar.bz2 website-3333e79e3e6893e7dc36588c0925aac41897165e.tar.xz website-3333e79e3e6893e7dc36588c0925aac41897165e.zip |
add a link to download the client on the registration page
-rw-r--r-- | src/views/Registration.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Registration.vue b/src/views/Registration.vue index 1a8f3fd..d0d1ea5 100644 --- a/src/views/Registration.vue +++ b/src/views/Registration.vue @@ -2,7 +2,7 @@ <main class="registration"> <h1>Account creation</h1> <p>Welcome to The Mana World! With this form you can register for a new game account.</p> - <p>Please note that you will also need to down and install ManaPlus, our official game client.</p> + <p>Please note that you will also need to download and install <a href="https://wiki.themanaworld.org/index.php/Downloads" target="_blank">ManaPlus</a>, our official game client.</p> <br> <button v-if="!step" @click="start">Begin!</button> |