Skip to content

Commit

Permalink
fix preset names
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz committed Jun 6, 2024
1 parent c60ef4c commit 43034a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions presets.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = {
},
},
{
name: "refine-vite-tailwind",
name: "vite-tailwind",
type: "refine-vite",
answers: {
"ui-framework": "tailwindcss",
Expand All @@ -113,7 +113,7 @@ module.exports = {
},
},
{
name: "refine-nextjs-tailwind",
name: "nextjs-tailwind",
type: "refine-nextjs",
answers: {
"ui-framework": "tailwindcss",
Expand All @@ -125,7 +125,7 @@ module.exports = {
},
},
{
name: "refine-remix-tailwind",
name: "remix-tailwind",
type: "refine-remix",
answers: {
"ui-framework": "tailwindcss",
Expand Down

0 comments on commit 43034a9

Please sign in to comment.