Skip to content

Commit 4d88108

Browse files
anchors
1 parent a42647c commit 4d88108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Navigation = () => {
1010

1111
const menuItems = [
1212
{ id: 'home', label: 'Início', href: '#home' },
13-
{ id: 'skills', label: 'Habilidades', href: '#skills' },
13+
{ id: 'about', label: 'Sobre Mim', href: '#about' },
1414
{ id: 'experience', label: 'Experiência', href: '#experience' },
1515
{ id: 'projects', label: 'Projetos', href: '#projects' },
1616
{ id: 'education', label: 'Formação', href: '#education' },

0 commit comments

Comments
 (0)