',
+ linkClose: '',
+ },
};
},
methods: {
diff --git a/website/client/src/components/groups/communityGuidelines.vue b/website/client/src/components/groups/communityGuidelines.vue
index 9de3071dd7..d8eac15b22 100644
--- a/website/client/src/components/groups/communityGuidelines.vue
+++ b/website/client/src/components/groups/communityGuidelines.vue
@@ -6,7 +6,7 @@
@@ -369,6 +369,10 @@ export default {
shareUserIdShown: false,
quests,
sortBy: 'AZ',
+ questLinks: {
+ linkOpen: '
@@ -362,6 +362,12 @@ export default {
expandItems: false,
expandAuth: false,
expandTransactions: false,
+ hallLinks: {
+ linkRewards: '
',
+ linkTiers: '',
+ linkContributing: '',
+ linkClose: '',
+ },
};
},
async mounted () {
diff --git a/website/client/src/components/header/banners/chatBanner.vue b/website/client/src/components/header/banners/chatBanner.vue
deleted file mode 100644
index 3c93aadfa3..0000000000
--- a/website/client/src/components/header/banners/chatBanner.vue
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/website/client/src/components/header/banners/privacy.vue b/website/client/src/components/header/banners/privacy.vue
index 6a08194bdc..2708560d1b 100644
--- a/website/client/src/components/header/banners/privacy.vue
+++ b/website/client/src/components/header/banners/privacy.vue
@@ -6,7 +6,7 @@
>
',
+ linkClose: '',
+ },
};
},
mounted () {
diff --git a/website/client/src/components/header/notifications/partyInvitation.vue b/website/client/src/components/header/notifications/partyInvitation.vue
index a9dd6e7790..f577542d7a 100644
--- a/website/client/src/components/header/notifications/partyInvitation.vue
+++ b/website/client/src/components/header/notifications/partyInvitation.vue
@@ -6,11 +6,7 @@
>
@@ -1022,6 +1022,17 @@ export default {
return nextHourglassMonth;
},
+ cancelLinks () {
+ const links = {
+ linkClose: '',
+ };
+ if (this.user.purchased.plan.paymentMethod === this.paymentMethods.GOOGLE) {
+ links.linkOpen = '
';
+ } else if (this.user.purchased.plan.paymentMethod === this.paymentMethods.APPLE) {
+ links.linkOpen = '';
+ }
+ return links;
+ },
},
mounted () {
this.$store.dispatch('common:setTitle', {
diff --git a/website/client/src/components/settings/verifyUsername.vue b/website/client/src/components/settings/verifyUsername.vue
index 2973ebb2e1..9611b7466c 100644
--- a/website/client/src/components/settings/verifyUsername.vue
+++ b/website/client/src/components/settings/verifyUsername.vue
@@ -18,7 +18,7 @@
@@ -27,7 +27,7 @@
@@ -94,6 +94,15 @@ export default {
icons: Object.freeze({
helloNametag,
}),
+ usernameLinks: {
+ linkOpen: '
',
+ linkClose: '',
+ },
+ requirementsLinks: {
+ termsLink: '
',
+ guidelinesLink: '',
+ linkClose: '',
+ },
};
},
};
diff --git a/website/client/src/components/shared/faqSidebar.vue b/website/client/src/components/shared/faqSidebar.vue
index 7bd1f98514..430c37e57e 100644
--- a/website/client/src/components/shared/faqSidebar.vue
+++ b/website/client/src/components/shared/faqSidebar.vue
@@ -157,7 +157,7 @@
@@ -368,6 +368,7 @@ export default {
pixel_border: 'url(/static/npc/normal/pixel_border.png)',
},
staff: staffList,
+ adminEmail: '