import { IconArrowNarrowRight } from '@tabler/icons-react'; import { colors } from '@/constants'; export default function AccentLink({ link, label, download }: { link: string, label: string, download?: boolean }) { return (

{label}

); }