Skip to content

Commit

Permalink
fix: format and lint pointer registry and demo files
Browse files Browse the repository at this point in the history
  • Loading branch information
h3rmel committed Feb 11, 2025
1 parent f445c1b commit 5b4eb69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion registry/example/pointer-demo-1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function PointerDemo1() {
</p>
<DotPattern
className={cn(
"[mask-image:radial-gradient(300px_circle_at_center,white,transparent)]"
"[mask-image:radial-gradient(300px_circle_at_center,white,transparent)]",
)}
/>
</div>
Expand Down
5 changes: 3 additions & 2 deletions registry/registry-ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,16 @@ export const ui: Registry["items"] = [
name: "pointer",
type: "registry:ui",
title: "Pointer",
description: "A component that displays a pointer when hovering over an element",
description:
"A component that displays a pointer when hovering over an element",
dependencies: ["motion"],
files: [
{
path: "registry/magicui/pointer.tsx",
type: "registry:ui",
target: "components/magicui/pointer.tsx",
},
]
],
},
{
name: "neon-gradient-card",
Expand Down

0 comments on commit 5b4eb69

Please sign in to comment.