Skip to content

Commit

Permalink
New feature -> Preview of a course
Browse files Browse the repository at this point in the history
  • Loading branch information
wareval0 committed Jan 6, 2025
1 parent 5e0cebc commit 9532d4e
Show file tree
Hide file tree
Showing 10 changed files with 906 additions and 146 deletions.
12 changes: 8 additions & 4 deletions components.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "slate",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
Loading

0 comments on commit 9532d4e

Please sign in to comment.