@@ -102,7 +102,7 @@ const FRAMEWORKS: Framework[] = [
102102 } ,
103103 {
104104 name : 'custom-create-vue' ,
105- display : 'Customize with create-vue ↗' ,
105+ display : 'Official Vue Starter ↗' ,
106106 color : green ,
107107 customCommand : 'npm create vue@latest TARGET_DIR' ,
108108 } ,
@@ -164,7 +164,7 @@ const FRAMEWORKS: Framework[] = [
164164 } ,
165165 {
166166 name : 'custom-create-preact' ,
167- display : 'Customize with create-preact ↗' ,
167+ display : 'Official Preact Starter ↗' ,
168168 color : magenta ,
169169 customCommand : 'npm create preact@latest TARGET_DIR' ,
170170 } ,
@@ -276,13 +276,13 @@ const FRAMEWORKS: Framework[] = [
276276 variants : [
277277 {
278278 name : 'create-vite-extra' ,
279- display : 'create-vite-extra ↗' ,
279+ display : 'Extra Vite Starters ↗' ,
280280 color : reset ,
281281 customCommand : 'npm create vite-extra@latest TARGET_DIR' ,
282282 } ,
283283 {
284284 name : 'create-electron-vite' ,
285- display : 'create-electron-vite ↗' ,
285+ display : 'Electron ↗' ,
286286 color : reset ,
287287 customCommand : 'npm create electron-vite@latest TARGET_DIR' ,
288288 } ,
0 commit comments