Skip to content

Commit b7f1306

Browse files
authored
chore(create-modal): update quick start ids (#6950)
* chore(create-modal): update quick start ids * chore(create-modal): replace vue with future nuxt template
1 parent c7da275 commit b7f1306

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/app/src/app/components/CreateNewSandbox/CreateSandbox/CreateSandbox.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ export const COLUMN_MEDIA_THRESHOLD = 1600;
3636

3737
const QUICK_START_IDS = [
3838
'new',
39-
'rjk9n4zj7m', // static
40-
'vanilla', // TODO: Replace with cloud blank
41-
'uo1h0', // TODO: Replace with cloud next
42-
'remix', // TODO: Replace with cloud remix
43-
'zqxk0lw813', // TODO: Replace with cloud nuxt
39+
'rjk9n4zj7m', // static v1
40+
'k8dsq1', // blank v2
41+
'fxis37', // next v2
42+
'prp60l', // remix v2
43+
'6xxu1m', // nuxt (TODO: move it to v2 and make it official)
4444
'vue',
4545
'svelte',
4646
'angular',

0 commit comments

Comments
 (0)