--- import config from "virtual:starlight/user-config"; const links = config.social || []; // Built-in SVG icons for social links const BUILTIN: Record = { "x.com": '', "code-branch": '', }; --- { links.length > 0 && ( <> {links.map(({ label, href }) => ( {label} {label === "CGit" ? ( ) : ( ))} ) }