updated github link and added certifications link in top menu

This commit is contained in:
becarta
2025-02-11 00:13:04 +01:00
parent 31f2a59459
commit ea6950cb99
4 changed files with 7 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ export const footerData = {
],
socialLinks: [
{ ariaLabel: 'LinkedIn', icon: 'tabler:brand-linkedin', href: 'https://www.linkedin.com/in/rrpbergsma' },
{ ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/becarta' },
{ ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/rrpbergsma' },
{ ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },
],
};