Closed alessioamo closed 10 months ago
Changing the color property doesn't affect the hovering color on the experiences page like it does on the projects page.
const MY_EXPERIENCES: Array<Experience> = [ { slug: 'open-sourcer', company: 'Self-employed', description: 'Creating awesome tools for developers.', contract: ContractType.SelfEmployed, type: 'Software Development', location: 'Home', period: { from: new Date() }, skills: getSkills('ts', 'js'), name: 'Open Source Developer', color: '#ffffff', links: [], logo: Assets.Unknown, shortDescription: '' } ]
Changing the color property doesn't affect the hovering color on the experiences page like it does on the projects page.