Skip to content

Commit

Permalink
Fix a eslint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Dec 11, 2023
1 parent 8cbb73b commit 0892776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dapp/src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const HEADER_HEIGHT = 24

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

0 comments on commit 0892776

Please sign in to comment.