Skip to content

Commit

Permalink
Update Contact.tsx
Browse files Browse the repository at this point in the history
Add link to Handbook
  • Loading branch information
DigitLib authored Oct 1, 2024
1 parent 2b6444d commit 8ce03e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/contact_section/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ export default function Contact({ contact, size }: ContactProps) {
link: contact.discord,
link_alt: "Discord",
},
{
name: "handbook",
icon: "fa-solid fa-book",
link: contact.handbook,
link_alt: "Europeana Handbook",
},
{
name: "rss",
icon: "fas fa-rss",
Expand Down

0 comments on commit 8ce03e8

Please sign in to comment.