Skip to content

Commit

Permalink
chore: preload
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Jun 28, 2024
1 parent 45eec71 commit a7d1a9e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
/>
<link rel="preload" href="/static/currentEraBg.webp" as="image">
<link rel="preload" href="/icons/logo.png" as="image">
<link rel="preload" href="/static/box-top.png" as="image" importance="low">
<link rel="preload" href="/static/box-bottom.png" as="image" importance="low">
<link rel="preload" href="/static/coin.png" as="image" importance="low">
<link rel="preload" href="/static/coin-2.png" as="image" importance="low">
<style>
html,body {
background: #060f32;
Expand Down
2 changes: 1 addition & 1 deletion src/components/DelegationCampaign/DelegationCampaign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ const SecondStep = (props: { userInfo?: IDelegationUserInfo['data'] }) => {
You claimed {formatNumberWithLocale(currentSelectEra?.reward || 0, 0)} SQT of rewards for Era{' '}
{currentSelectEra?.era}
</Typography>
<Typography>For every 2 SQT your claim as rewards for the Era, you get 1 point!</Typography>
<Typography>For every SQT your claim as rewards for the Era, you get 70 points!</Typography>
</div>

<div className={clsx(styles.baseCard, styles.nestedBaseCard)}>
Expand Down

0 comments on commit a7d1a9e

Please sign in to comment.