This commit is contained in:
parent
844d31754d
commit
36870785bc
35 changed files with 1344 additions and 1330 deletions
|
@ -1,15 +1,15 @@
|
|||
---
|
||||
import { cn } from '@/lib/utils'
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
type Props = {
|
||||
href: string
|
||||
external?: boolean
|
||||
class?: string
|
||||
underline?: boolean
|
||||
[key: string]: any
|
||||
}
|
||||
href: string;
|
||||
external?: boolean;
|
||||
class?: string;
|
||||
underline?: boolean;
|
||||
[key: string]: any;
|
||||
};
|
||||
|
||||
const { href, external, class: className, underline, ...rest } = Astro.props
|
||||
const { href, external, class: className, underline, ...rest } = Astro.props;
|
||||
---
|
||||
|
||||
<a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue