--- import { Icon } from "astro-icon/components"; import { cn } from "~/lib/utils"; interface Props { minimal?: boolean; } const { minimal = false } = Astro.props; const currentPath = Astro.url.pathname; const socialLinks = [ { name: "GitHub", url: "https://github.com/t128n", icon: "simple-icons:github", }, { name: "LinkedIn", url: "https://www.linkedin.com/in/torben-haack/", icon: "simple-icons:linkedin", }, ]; ---
{ minimal ? (

torben haack

) : ( <>

torben haack

[ˈtɔʁbn̩ haːk]

) }