Skip to content

Commit

Permalink
logo image path change
Browse files Browse the repository at this point in the history
  • Loading branch information
daviteixeira-dev committed Aug 27, 2023
1 parent b9213df commit 06c7777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DesktopMenu/DesktopMenuLogo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Flex, Text, Avatar } from "@chakra-ui/react";
const DesktopMenuLogo = (props) => {
return (
<Flex alignItems="center" width={props.size}>
<Avatar size="lg" name="Davi Teixeira" src="../../public/images/logo.png"/>
<Avatar size="lg" name="Davi Teixeira" src="/images/logo.png"/>
<Text ml=".5rem" color="#f2f2f2" fontSize="1.5rem">Davi Teixeira</Text>
</Flex>
);
Expand Down

1 comment on commit 06c7777

@vercel
Copy link

@vercel vercel bot commented on 06c7777 Aug 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.