diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-07-15 21:24:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-07-15 21:24:57 -0300 |
commit | 16370856ab1b23d989c1f4b34149af7841914094 (patch) | |
tree | 15a8408d1fef03daae6da7700041932ef00d0d5a | |
parent | 6ff0d1638d239afb3e6298e6d804ee2fb691831e (diff) | |
download | website-16370856ab1b23d989c1f4b34149af7841914094.tar.gz website-16370856ab1b23d989c1f4b34149af7841914094.tar.bz2 website-16370856ab1b23d989c1f4b34149af7841914094.tar.xz website-16370856ab1b23d989c1f4b34149af7841914094.zip |
Add "Rill's Disclaimer" here as well.
-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 ba48ca5..624d541 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> + <span style="font-size: smaller;"><i>The Mana World does <b>not</b> provide legal advise.</i></span> </main> </template> |