Skip to content

Commit d2b29e6

Browse files
committed
fix: view all skills should link to skills page
1 parent 9850032 commit d2b29e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home/featured-skills.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const FeaturedSkills: FC<FeaturedSkillsProps> = async (props) => {
106106
})}
107107
</Flex>
108108
<Button asChild highContrast size="3" variant="ghost">
109-
<Link href={routes.education.pathname}>
109+
<Link href={routes.skills.pathname}>
110110
View all Skills <IconArrowRight size={20} />
111111
</Link>
112112
</Button>

0 commit comments

Comments
 (0)