Skip to content

Commit

Permalink
Update Contact.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitLib authored Oct 21, 2024
1 parent 51c6f3c commit d224ff5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/contact_section/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ export default function Contact({ contact, size }: ContactProps) {
link_alt: "Europeana Handbook",
},
{
name: "rss",
icon: "fas fa-rss",
link: "/digitalizacija/rss.xml",
link_alt: "RSS Feed",
name: "material",
icon: "fas fa-file",
link: contact.files,
link_alt: "Digitization Material",
},
];

Expand Down

0 comments on commit d224ff5

Please sign in to comment.