diff --git a/website/client/src/components/appFooter.vue b/website/client/src/components/appFooter.vue index e5e878fb65..26ad8aca60 100644 --- a/website/client/src/components/appFooter.vue +++ b/website/client/src/components/appFooter.vue @@ -367,6 +367,7 @@ >Make Admin External Link Modal @@ -914,6 +915,9 @@ export default { donate () { this.$root.$emit('bv::show::modal', 'buy-gems', { alreadyTracked: true }); }, + externalLinkModal () { + this.$root.$emit('bv::show::modal', 'external-link-modal'); + }, }, }; diff --git a/website/client/src/components/externalLinkModal.vue b/website/client/src/components/externalLinkModal.vue index e69de29bb2..48f4570c59 100644 --- a/website/client/src/components/externalLinkModal.vue +++ b/website/client/src/components/externalLinkModal.vue @@ -0,0 +1,128 @@ + + + + + + + + + + + + You are about to leave Habitica.com + + + Habitica is not responsible for the content of any linked + website that is not owned or operated by HabitRPG. + Please note that these websites' practices may differ + from Habitica’s community guidelines. + + + + {{ $t('onwards') }} + + + + + + + +