Skip to content

Commit

Permalink
fix menu syntax err
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Oct 26, 2023
1 parent 869a15d commit f7f2d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next/components/molecules/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ function DesktopLinks({ links, position = false, path }) {
<MenuUser />
) : (
<>
{/* <Link fontSize="15px" fontFamily="Ubuntu" fontWeight="400" letterSpacing="0.3px" href="/user/login">
<Link fontSize="15px" fontFamily="Ubuntu" fontWeight="400" letterSpacing="0.3px" href="/user/login">
Entrar
</Link>
<Link _hover={{ opacity:"none" }} href="/user/register">
Expand Down Expand Up @@ -765,5 +765,5 @@ export default function MenuNav({}) {
</HStack>
</Box>
</>
);
)
}

0 comments on commit f7f2d50

Please sign in to comment.