We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0bc13 commit 81b676eCopy full SHA for 81b676e
config/docs.ts
@@ -339,7 +339,7 @@ export const docsConfig: DocsConfig = {
339
href: `/docs/components/text-underline`,
340
items: [],
341
label: "New",
342
- }
+ },
343
],
344
},
345
{
registry/components/magicui/text-underline.tsx
@@ -1,6 +1,7 @@
1
"use client";
2
3
import { motion } from "framer-motion";
4
+
5
import { cn } from "@/lib/utils";
6
7
interface Props {
0 commit comments