Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit c44bf76

Browse files
committed
Minor font fix for home tabs labels 🚀
1 parent e2b7ee4 commit c44bf76

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/design-system/molecules/tabs.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ const TabLink = styled(StandardExternalLink)<TabLinkProps>`
3232
border-right: ${(props) => props.theme.dark.dividerColor} 1px solid;
3333
}
3434
35+
${mediaQuery.maxWidth.md} {
36+
font-size: 16px;
37+
}
38+
3539
${(props) =>
3640
props.active &&
3741
css`

src/components/design-system/organism/resume.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const Resume: FC = () => {
3030
<Tabs
3131
tab1={{
3232
active: currentTab === TabContent.projects,
33-
label: "Projects",
33+
label: "Open Source",
3434
link: "#personal-projects",
3535
trackingAction: tracking.action.open_personal_projects_tab,
3636
trackingCategory: tracking.category.home,

0 commit comments

Comments
 (0)