- PluginPromo.ce
+
+
+ Enhance your Unraid experience with these
Connect features
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/UserProfile/Dropdown.vue b/components/UserProfile/Dropdown.vue
index 6584cfa68..f6ce660ca 100644
--- a/components/UserProfile/Dropdown.vue
+++ b/components/UserProfile/Dropdown.vue
@@ -85,7 +85,7 @@ const links = computed(():UserProfileLink[] => {
-
+
Connect
diff --git a/components/UserProfile/DropdownWrapper.vue b/components/UserProfile/DropdownWrapper.vue
index b7b1f5970..b5ed5cbe7 100644
--- a/components/UserProfile/DropdownWrapper.vue
+++ b/components/UserProfile/DropdownWrapper.vue
@@ -1,5 +1,5 @@
-
diff --git a/components/UserProfile/PromoFeature.vue b/components/UserProfile/PromoFeature.vue
new file mode 100644
index 000000000..01adf7993
--- /dev/null
+++ b/components/UserProfile/PromoFeature.vue
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ title }}
+
+
+
+
+
\ No newline at end of file
diff --git a/types/userProfile.ts b/types/userProfile.ts
index 0a1797d23..a27e46d2c 100644
--- a/types/userProfile.ts
+++ b/types/userProfile.ts
@@ -10,3 +10,9 @@ export interface UserProfileLink {
text: string;
title?: string;
}
+
+export interface UserProfilePromoFeature {
+ copy: string;
+ icon?: typeof ArrowTopRightOnSquareIcon;
+ title: string;
+}