Skip to content

Commit

Permalink
fix: rename shadcn/assistant-modal -> shadcn/modal (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Nov 20, 2024
1 parent 938e734 commit e7f8e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/registry/registry/registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export const registry: RegistryItem[] = [
],
},
{
name: "shadcn/assistant-modal",
name: "shadcn/modal",
type: "registry:component",
files: [
{
Expand All @@ -182,7 +182,7 @@ export const registry: RegistryItem[] = [
],
},
{
name: "shadcn/assistant-sidebar",
name: "shadcn/sidebar",
type: "registry:component",
files: [
{
Expand Down

0 comments on commit e7f8e71

Please sign in to comment.