diff --git a/components/Header.vue b/components/Header.vue
index 639322c83..f7c852a2a 100644
--- a/components/Header.vue
+++ b/components/Header.vue
@@ -2,24 +2,26 @@
-
-
-
- title
-
-
-
-
-
-
-
-
+
+
+
+
+ title
+
+
+
+
+
+
+
+
+
@@ -35,11 +37,18 @@
@@ -380,6 +396,13 @@ export default {
});
}
+ links.push({
+ link: `https://shop.pronouns.page`,
+ icon: 'shopping-bag',
+ text: this.$t('contact.groups.shop'),
+ desktop: false,
+ });
+
if (this.$config.user.enabled) {
links.push({
link: `/${this.$config.user.route}`,
diff --git a/components/PotentiallyExternalLink.vue b/components/PotentiallyExternalLink.vue
new file mode 100644
index 000000000..47e32d955
--- /dev/null
+++ b/components/PotentiallyExternalLink.vue
@@ -0,0 +1,17 @@
+
+
+
+
+
+