Skip to content

Commit

Permalink
feat: agenda nav
Browse files Browse the repository at this point in the history
  • Loading branch information
guiseek committed Jul 17, 2024
1 parent 887cb10 commit 68980a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/sections/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ export const Header = () => {
Comunidade
</a>
</li>
<li>
<a href="#agenda" onClick={toggleMenu}>
Programação
</a>
</li>
<li>
<a href="#palestras" onClick={toggleMenu}>
Palestrantes
Expand Down

0 comments on commit 68980a8

Please sign in to comment.