diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-03-25 18:35:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-03-25 18:35:57 -0300 |
commit | 867822af27cf86155a57a32b8d8ff171136528fa (patch) | |
tree | 6e6bba4dcba469a9bc60db063fa43c88994c8e3b /src/components/Navigation.vue | |
parent | 708298aa5b8fe7fa2b0868c1f92500251f379808 (diff) | |
download | website-867822af27cf86155a57a32b8d8ff171136528fa.tar.gz website-867822af27cf86155a57a32b8d8ff171136528fa.tar.bz2 website-867822af27cf86155a57a32b8d8ff171136528fa.tar.xz website-867822af27cf86155a57a32b8d8ff171136528fa.zip |
Add link to navigation for Privacy Policy and rules and etc.
Diffstat (limited to 'src/components/Navigation.vue')
-rw-r--r-- | src/components/Navigation.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index 4fec0ff..f814856 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -11,6 +11,7 @@ <li><router-link :class="{ 'custom-active': isSupport }" :to="{ name: 'support' }">Support</router-link></li> <li><a href="https://wiki.themanaworld.org/">Wiki</a></li> <li><a href="https://forums.themanaworld.org/">Forums</a></li> + <li><a href="https://policies.themanaworld.org/">Privacy, Policy & Rules</a></li> </ul> </div> <div class="server"> |