From e1638f9275b4b9718244fbfad91c3f9e88a3a00e Mon Sep 17 00:00:00 2001 From: GoHorse Deploy Date: Mon, 9 Feb 2026 11:23:49 +0000 Subject: [PATCH] feat(frontend): add Cadastro button next to Login, remove dropdown --- frontend/src/components/navbar.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/navbar.tsx b/frontend/src/components/navbar.tsx index dbe644d..b43579b 100644 --- a/frontend/src/components/navbar.tsx +++ b/frontend/src/components/navbar.tsx @@ -69,11 +69,18 @@ export function Navbar() { ) : ( - - - + <> + + + + + + + )}