const links = [ { label: 'GitHub', href: 'https://github.com/javidselimov' }, { label: 'LinkedIn', href: 'https://www.linkedin.com/in/javidsalim/' }, { label: 'npm', href: 'https://www.npmjs.com/~ubuligan' }, ]; export function AuthorCredit() { return (
); }