We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3fc7d commit 42f1cb0Copy full SHA for 42f1cb0
apps/www/package.json
@@ -108,7 +108,7 @@
108
"framer-motion": "10.12.20",
109
"jotai": "^2.2.2",
110
"lodash.template": "^4.5.0",
111
- "lucide-react": "^0.260.0",
+ "lucide-react": "0.260.0",
112
"next": "13.4.9",
113
"next-contentlayer": "0.3.4",
114
"next-themes": "^0.2.1",
apps/www/src/components/icons.tsx
@@ -76,9 +76,10 @@ import {
76
Unlink,
77
WrapText,
78
X,
79
- type Icon as LucideIcon,
80
} from 'lucide-react';
81
+import type { LucideIcon } from 'lucide-react';
82
+
83
export type Icon = LucideIcon;
84
85
const borderAll = (props: LucideProps) => (
0 commit comments