Skip to content

Commit

Permalink
Change background
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Jul 2, 2024
1 parent 05389e9 commit b17ccbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified public/static/currentEraBg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/currentEraBg.webp
Binary file not shown.
6 changes: 3 additions & 3 deletions src/components/DelegationCampaign/DelegationCampaign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ const SecondStep = (props: { userInfo?: IDelegationUserInfo['data'] }) => {
</Typography>
</div>

<div className={styles.baseCard} style={{ marginTop: 280 }}>
<div className={styles.baseCard} style={{ marginTop: 120 }}>
<Typography>Your Achievements</Typography>

<div className={styles.achievementsLayout}>
Expand Down Expand Up @@ -1070,10 +1070,10 @@ const DelegationCampaign: FC<IProps> = (props) => {

const height = useMemo(() => {
if (!isConnected || userStage === 0 || userStage === 1) {
return 991;
return 700;
}

return 774;
return 600;
}, [userStage, isConnected]);

const transRef = useSpringRef();
Expand Down

0 comments on commit b17ccbd

Please sign in to comment.