|
59 | 59 | const { type } = defineProps<Props>() |
60 | 60 |
|
61 | 61 | 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', |
65 | 65 | ] |
66 | 66 |
|
67 | 67 | const dialog = shallowRef(false) |
|
70 | 70 |
|
71 | 71 | const perks = computed(() => { |
72 | 72 | 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', |
80 | 77 | ] |
81 | 78 |
|
82 | 79 | if (type === 'team') { |
|
0 commit comments