Skip to content

Commit

Permalink
Set the correct size for Acre logo
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Dec 13, 2023
1 parent fbf0332 commit 442c891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dapp/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { AcreLogo } from "../../static/icons"

export default function Header() {
return (
<HStack as="header" p={6} h={24}>
<Icon as={AcreLogo} boxSize={20} />
<HStack as="header" p={6}>
<Icon as={AcreLogo} w={20} h={12} />
<Flex ml="auto">
<ConnectWallet />
</Flex>
Expand Down

0 comments on commit 442c891

Please sign in to comment.