From c8965a6798cd4cca287b554bb33dba06bff67ba1 Mon Sep 17 00:00:00 2001 From: Everest Date: Mon, 22 Jan 2024 01:35:38 -0300 Subject: [PATCH] update header options --- ui/src/components/Header.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/components/Header.tsx b/ui/src/components/Header.tsx index 9d17deb..265b946 100644 --- a/ui/src/components/Header.tsx +++ b/ui/src/components/Header.tsx @@ -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 )} @@ -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 )} @@ -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 )}