diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-15 21:32:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-15 21:32:54 -0300 |
commit | 887428e31309d03842ca27231a76454665dd1a73 (patch) | |
tree | eaa0e3463b55611b2536705c95f89e1babf3b352 | |
parent | 16370856ab1b23d989c1f4b34149af7841914094 (diff) | |
download | website-887428e31309d03842ca27231a76454665dd1a73.tar.gz website-887428e31309d03842ca27231a76454665dd1a73.tar.bz2 website-887428e31309d03842ca27231a76454665dd1a73.tar.xz website-887428e31309d03842ca27231a76454665dd1a73.zip |
Some padding
-rw-r--r-- | src/views/Support.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/views/Support.vue b/src/views/Support.vue index 624d541..98c66cb 100644 --- a/src/views/Support.vue +++ b/src/views/Support.vue @@ -25,6 +25,7 @@ security@themanaworld.org <span v-if="PGP">(PGP: <a :href="`http://pgp.mit.edu/pks/lookup?op=get&search=${PGP}`" rel="noopener">{{PGP}}</a>)</span> </address> + <br/> <span style="font-size: smaller;"><i>The Mana World does <b>not</b> provide legal advise.</i></span> </main> </template> |