chore: update to aliased nav link

This commit is contained in:
Cory Dransfeldt 2023-09-03 18:55:15 -07:00
parent 9d97bf8d72
commit 10917fd64c
No known key found for this signature in database

View file

@ -29,7 +29,7 @@ module.exports = async function () {
{ name: 'LinkedIn', url: 'https://www.linkedin.com/in/cdransf/', icon: 'brand-linkedin' }, { name: 'LinkedIn', url: 'https://www.linkedin.com/in/cdransf/', icon: 'brand-linkedin' },
{ {
name: 'Google Calendar', name: 'Google Calendar',
url: 'https://calendar.app.google/sdgyNSx3RcWuatfT6', url: 'https://coryd.dev/calendar',
icon: 'calendar-plus', icon: 'calendar-plus',
}, },
], ],