We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7da275 commit b7f1306Copy full SHA for b7f1306
packages/app/src/app/components/CreateNewSandbox/CreateSandbox/CreateSandbox.tsx
@@ -36,11 +36,11 @@ export const COLUMN_MEDIA_THRESHOLD = 1600;
36
37
const QUICK_START_IDS = [
38
'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
+ 'rjk9n4zj7m', // static v1
+ 'k8dsq1', // blank v2
+ 'fxis37', // next v2
+ 'prp60l', // remix v2
+ '6xxu1m', // nuxt (TODO: move it to v2 and make it official)
44
'vue',
45
'svelte',
46
'angular',
0 commit comments