Skip to content

Commit

Permalink
fixed logo error
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Arevalo committed Sep 18, 2023
1 parent dec3fd8 commit ad28186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/components/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Logo() {
<>
<Flex flexShrink={"1"} flexDirection={'row'} alignItems={'center'} justifyContent={'center'} gap={'1rem'}>
<Image
src='img/logo.svg'
src='/img/logo.svg'
alt='MeetdApp logo'
width={["30px", "38px", "45px"]}
/>
Expand Down

1 comment on commit ad28186

@vercel
Copy link

@vercel vercel bot commented on ad28186 Sep 18, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

meetdapp-frontend – ./

meetdapp-frontend.vercel.app
meetdapp-frontend-meetdapp.vercel.app
meetdapp-frontend-git-main-meetdapp.vercel.app

Please sign in to comment.