Skip to content

Commit 7292b39

Browse files
committed
chore(VoEcosystemListItem): update perks
1 parent bad6838 commit 7292b39

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/components/subscription/VoSubscriptionPerks.vue

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
const { type } = defineProps<Props>()
6060
6161
const upnext = [
62-
'Access to the Vuetify MCP server',
63-
'Team wide Playgrounds, Bins, and Studios',
64-
'Receive a special label on GitHub created issues and pull requests',
62+
'Embeddable playgrounds for your own documentation',
63+
'Team shared workspaces for bins and playgrounds',
64+
'Real-time collaboration on bins and playgrounds',
6565
]
6666
6767
const dialog = shallowRef(false)
@@ -70,13 +70,10 @@
7070
7171
const perks = computed(() => {
7272
const array = [
73-
'Ad Free Experience on all Vuetify properties',
74-
'Save and share across our platforms <a href="https://play.vuetifyjs.com" target="_blank">VPlay</a>, <a href="https://bin.vuetifyjs.com" target="_blank">VBin</a>, and <a href="https://studio.vuetifyjs.com" target="_blank">VStudio</a>',
75-
'Pinned Navigation Items and Rail drawer in <a href="https://vuetifyjs.com/" target="_blank">Documentation</a>',
76-
'Customize Navigation components with Page Suits',
77-
'Custom Vuetify One menu avatar',
78-
// Broken right now
79-
// 'Special role in the <a href="https://discord.vuetifyjs.com/" target="_blank">Vuetify Discord</a>',
73+
'Ad-free experience on all Vuetify properties',
74+
'Save and share across <a href="https://play.vuetifyjs.com" target="_blank">Vuetify Play</a>, <a href="https://bin.vuetifyjs.com" target="_blank">Vuetify Bin</a>, <a href="https://studio.vuetifyjs.com" target="_blank">Vuetify Studio</a>, and <a href="https://link.vuetifyjs.com" target="_blank">Vuetify Link</a>',
75+
'Pinned pages and rail navigation in <a href="https://vuetifyjs.com/" target="_blank">Documentation</a>',
76+
'Vuetify MCP API key for AI-assisted development',
8077
]
8178
8279
if (type === 'team') {

0 commit comments

Comments
 (0)