This commit is contained in:
parent
844d31754d
commit
36870785bc
35 changed files with 1344 additions and 1330 deletions
|
@ -1,15 +1,15 @@
|
|||
---
|
||||
import Link from '@/components/Link.astro'
|
||||
import { buttonVariants } from '@/components/ui/button'
|
||||
import { ICON_MAP } from '@/consts'
|
||||
import type { SocialLink } from '@/types'
|
||||
import { Icon } from 'astro-icon/components'
|
||||
import Link from "@/components/Link.astro";
|
||||
import { buttonVariants } from "@/components/ui/button";
|
||||
import { ICON_MAP } from "@/consts";
|
||||
import type { SocialLink } from "@/types";
|
||||
import { Icon } from "astro-icon/components";
|
||||
|
||||
interface Props {
|
||||
links: SocialLink[]
|
||||
links: SocialLink[];
|
||||
}
|
||||
|
||||
const { links } = Astro.props
|
||||
const { links } = Astro.props;
|
||||
---
|
||||
|
||||
<ul class="flex flex-wrap gap-2" role="list">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue