From 43034a9785be9030f2db8ab0d1cd0cdd20bc648a Mon Sep 17 00:00:00 2001 From: Alican Erdurmaz Date: Thu, 6 Jun 2024 14:16:54 +0300 Subject: [PATCH] fix preset names --- presets.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/presets.js b/presets.js index 5ab4db4a..03133675 100644 --- a/presets.js +++ b/presets.js @@ -100,7 +100,7 @@ module.exports = { }, }, { - name: "refine-vite-tailwind", + name: "vite-tailwind", type: "refine-vite", answers: { "ui-framework": "tailwindcss", @@ -113,7 +113,7 @@ module.exports = { }, }, { - name: "refine-nextjs-tailwind", + name: "nextjs-tailwind", type: "refine-nextjs", answers: { "ui-framework": "tailwindcss", @@ -125,7 +125,7 @@ module.exports = { }, }, { - name: "refine-remix-tailwind", + name: "remix-tailwind", type: "refine-remix", answers: { "ui-framework": "tailwindcss",