Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…stionTUP into dev
  • Loading branch information
yoelmarain committed Oct 8, 2024
2 parents 66abac5 + fa8dd0e commit c81d513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrontAdmin/src/components/Header/HeaderContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function HeaderContent({ onOpen }: { onOpen: any }) {
color="white"
/>
<Flex direction={"row"} alignItems={"center"} gap={5}>
<Text fontFamily={"serif"} >{user}</Text>
<Text fontFamily={"'Roboto',sans-serif"} fontWeight="600">{user}</Text>
<MenuButton as={Button} borderRadius="50%" w="50px" h="50px" p="0px">
<Image src={logoUser} w="100%"></Image>
</MenuButton>
Expand Down

0 comments on commit c81d513

Please sign in to comment.