We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9850032 commit d2b29e6Copy full SHA for d2b29e6
src/components/home/featured-skills.tsx
@@ -106,7 +106,7 @@ export const FeaturedSkills: FC<FeaturedSkillsProps> = async (props) => {
106
})}
107
</Flex>
108
<Button asChild highContrast size="3" variant="ghost">
109
- <Link href={routes.education.pathname}>
+ <Link href={routes.skills.pathname}>
110
View all Skills <IconArrowRight size={20} />
111
</Link>
112
</Button>
0 commit comments