File tree Expand file tree Collapse file tree
src/components/shared/navbar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,14 +151,14 @@ export const Navbar = ({ orgs = [] }: NavbarProps) => {
151151 ) : (
152152 < div className = "flex w-full items-center justify-end gap-3" >
153153 < Link
154- className = "w-full cursor-pointer rounded-full bg-neutral-700 px-4 py-2 text-center text-sm font-semibold text-white transition-all duration-150 hover:bg-neutral-800 lg:max-w-[115px]"
154+ className = "w-full cursor-pointer rounded-full bg-neutral-700 px-4 py-1.5 text-center text-sm font-semibold text-white transition-all duration-150 hover:bg-neutral-800 lg:max-w-[115px]"
155155 href = "/login"
156156 onClick = { ( ) => setMenuOpen ( false ) }
157157 >
158158 Entrar
159159 </ Link >
160160 < Link
161- className = "w-full max-w-[150px] cursor-pointer rounded-full border border-neutral-700 px-4 py-2 text-center text-sm font-semibold text-neutral-700 transition-all duration-150 hover:bg-neutral-50"
161+ className = "w-full max-w-[150px] cursor-pointer rounded-full border border-neutral-700 px-4 py-1.5 text-center text-sm font-semibold text-neutral-700 transition-all duration-150 hover:bg-neutral-50"
162162 href = "/contato"
163163 onClick = { ( ) => setMenuOpen ( false ) }
164164 >
You can’t perform that action at this time.
0 commit comments