Skip to content

Commit

Permalink
update header options
Browse files Browse the repository at this point in the history
  • Loading branch information
caioeverest committed Jan 22, 2024
1 parent fedb947 commit c8965a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Header() {
href="#"
className={classNames(active ? 'bg-gray-100' : '', 'block px-4 py-2 text-sm text-gray-700')}
>
Your Profile
Perfil
</a>
)}
</Menu.Item>
Expand All @@ -69,7 +69,7 @@ export default function Header() {
href="#"
className={classNames(active ? 'bg-gray-100' : '', 'block px-4 py-2 text-sm text-gray-700')}
>
Settings
Meus eventos
</a>
)}
</Menu.Item>
Expand All @@ -79,7 +79,7 @@ export default function Header() {
href="#"
className={classNames(active ? 'bg-gray-100' : '', 'block px-4 py-2 text-sm text-gray-700')}
>
Sign out
Sair
</a>
)}
</Menu.Item>
Expand Down

0 comments on commit c8965a6

Please sign in to comment.