chore: update uses

This commit is contained in:
Cory Dransfeldt 2023-08-25 11:28:45 -07:00
parent 5a82f4e7f7
commit da945c1f53
No known key found for this signature in database
4 changed files with 5 additions and 22 deletions

View file

@ -27,7 +27,11 @@ module.exports = async function () {
resume: [
{ name: 'GitHub', url: 'https://github.com/cdransf', icon: 'brand-github' },
{ name: 'LinkedIn', url: 'https://www.linkedin.com/in/cdransf/', icon: 'brand-linkedin' },
{ name: 'SavvyCal', url: 'https://savvycal.com/coryd/quick-call', icon: 'calendar-plus' },
{
name: 'Google Calendar',
url: 'https://calendar.app.google/sdgyNSx3RcWuatfT6',
icon: 'calendar-plus',
},
],
}
}