Skip to content

Commit

Permalink
fixing title About Me variable
Browse files Browse the repository at this point in the history
  • Loading branch information
isyuricunha committed May 21, 2024
1 parent 7fd7f62 commit d926aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import { t } from 'i18next';

const links = [
{
name: 'About',
name: t('titleAboutMe'),
link: '/about',
},
{
Expand Down

1 comment on commit d926aa2

@vercel
Copy link

@vercel vercel bot commented on d926aa2 May 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.