We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6147d0 commit 09fa9e2Copy full SHA for 09fa9e2
1 file changed
src/components/InternalLinks/internal-links.tsx
@@ -10,7 +10,6 @@ export const InternalLinks = () => {
10
<NavLinks>
11
<StyledLink href='#about'>{t('aboutUs.title')}</StyledLink>
12
<StyledLink href='#technologies'>{t('ourSkills.title')}</StyledLink>
13
- <StyledLink href='#cases'>{t('cases.title')}</StyledLink>
14
<StyledLink href='#team'>{t('team.title')}</StyledLink>
15
<StyledLink href='#clients'>{t('clients.title')}</StyledLink>
16
</NavLinks>
0 commit comments