Skip to content

Commit

Permalink
Merge pull request #6 from ArtBlocks/ui-updates
Browse files Browse the repository at this point in the history
UI updates
  • Loading branch information
lindsgil authored Nov 27, 2024
2 parents 0f9dee0 + ea5f88e commit 442963c
Show file tree
Hide file tree
Showing 46 changed files with 4,504 additions and 613 deletions.
65 changes: 0 additions & 65 deletions 404.html

This file was deleted.

21 changes: 21 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/index.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Art Blocks On-Chain Generator</title>
</head>
Expand Down
Loading

0 comments on commit 442963c

Please sign in to comment.