Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
daodesigner committed Jul 12, 2023
1 parent bc867da commit 78ced09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ const Layout: React.FC<React.PropsWithChildren> = ({}) => {
px={8}
alignItems={"center"}
>
<AspectRatio w="40px" maxH="35px" ratio={1 / 2}>
<AspectRatio w="40px" maxH="40px" ratio={1 / 1}>
<Image
boxSize="35px"
objectFit="cover"
src="https://res.cloudinary.com/pse-qf-maci/image/upload/v1689188233/logo1_kt9pqn.png"
src="https://res.cloudinary.com/pse-qf-maci/image/upload/v1689199218/logo_l7p9hr.gif"
alt="Dan Abramov"
/>
</AspectRatio>
Expand Down

0 comments on commit 78ced09

Please sign in to comment.