import { Coffee } from "lucide-react"; const externalLinks = [ { title: "Ko-fi", url: "https://ko-fi.com/uxieq", icon: , }, { title: "GitHub", url: "https://github.com/espeon/atptools", icon: ( Bluesky ), }, { title: "Discord", url: "https://discord.gg/pgGM9n8ppf", icon: ( Bluesky ), }, { title: "Bluesky", url: "https://bsky.app/profile/did:plc:k644h4rq5bjfzcetgsa6tuby", icon: ( Bluesky ), }, // add more external links as desired ]; export function ExternalLinksRow() { return (
{externalLinks.map((link) => ( {link.icon} ))}
); }