Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Feb 28, 2025
1 parent 023c98e commit 11b834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/pages/earn/intro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const EarnIntroPage: FunctionComponent = observer(() => {
fixedHeight={true}
left={<BackButton />}
>
<Box paddingX="1.5rem" paddingTop="2rem" paddingBottom="1.5rem">
<Box paddingX="1.5rem" paddingTop="1.25rem" paddingBottom="1.5rem">
<Image
src={require(theme.mode === "light"
? "../../../public/assets/img/earn-usdc-light.png"
Expand Down

0 comments on commit 11b834e

Please sign in to comment.