Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Apr 22, 2024
1 parent cbf3f24 commit e8166dd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Accessible and customizable components that you can use to build your AI apps.

![hero](apps/www/public/og.jpg)
![hero](apps/web/public/og.jpg)

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion apps/web/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_modules
.next
build
.contentlayer
apps/www/pages/api/registry.json
apps/web/pages/api/registry.json
16 changes: 8 additions & 8 deletions apps/web/components/examples-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,42 +11,42 @@ const examples = [
{
name: "Mail",
href: "/examples/mail",
code: "https://github.com/hanzo/ui/tree/main/apps/www/app/(app)/examples/mail",
code: "https://github.com/hanzo/ui/tree/main/apps/web/app/(app)/examples/mail",
},
{
name: "Dashboard",
href: "/examples/dashboard",
code: "https://github.com/hanzo/ui/tree/main/apps/www/app/(app)/examples/dashboard",
code: "https://github.com/hanzo/ui/tree/main/apps/web/app/(app)/examples/dashboard",
},
{
name: "Cards",
href: "/examples/cards",
code: "https://github.com/hanzo/ui/tree/main/apps/www/app/(app)/examples/cards",
code: "https://github.com/hanzo/ui/tree/main/apps/web/app/(app)/examples/cards",
},
{
name: "Tasks",
href: "/examples/tasks",
code: "https://github.com/hanzo/ui/tree/main/apps/www/app/(app)/examples/tasks",
code: "https://github.com/hanzo/ui/tree/main/apps/web/app/(app)/examples/tasks",
},
{
name: "Playground",
href: "/examples/playground",
code: "https://github.com/hanzo/ui/tree/main/apps/www/app/(app)/examples/playground",
code: "https://github.com/hanzo/ui/tree/main/apps/web/app/(app)/examples/playground",
},
{
name: "Forms",
href: "/examples/forms",
code: "https://github.com/hanzo/ui/tree/main/apps/www/app/(app)/examples/forms",
code: "https://github.com/hanzo/ui/tree/main/apps/web/app/(app)/examples/forms",
},
{
name: "Music",
href: "/examples/music",
code: "https://github.com/hanzo/ui/tree/main/apps/www/app/(app)/examples/music",
code: "https://github.com/hanzo/ui/tree/main/apps/web/app/(app)/examples/music",
},
{
name: "Authentication",
href: "/examples/authentication",
code: "https://github.com/hanzo/ui/tree/main/apps/www/app/(app)/examples/authentication",
code: "https://github.com/hanzo/ui/tree/main/apps/web/app/(app)/examples/authentication",
},
]

Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "www",
"name": "@hanzo/ui-web",
"version": "0.0.1",
"private": true,
"type": "module",
Expand Down

0 comments on commit e8166dd

Please sign in to comment.