Skip to content

Commit

Permalink
chore: replace image
Browse files Browse the repository at this point in the history
  • Loading branch information
HuberTRoy committed Jul 3, 2024
1 parent dbb076b commit 3ab06b7
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
name="twitter:image"
content="https://static.subquery.network/link-share.jpg"
/>
<link rel="preload" href="/static/currentEraBg.webp" as="image">
<link rel="preload" href="/static/currentEraBg2.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">
Expand Down
Binary file removed public/static/currentEraBg.png
Binary file not shown.
Binary file removed public/static/currentEraBg.webp
Binary file not shown.
Binary file added public/static/currentEraBg2.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 added public/static/currentEraBg2.webp
Binary file not shown.
Binary file added public/static/test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/DelegationCampaign/DelegationCampaign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1151,8 +1151,8 @@ const DelegationCampaign: FC<IProps> = (props) => {
minHeight: height
}}
>
<source srcSet="/static/currentEraBg.webp" type="image/webp" />
<img src="/static/currentEraBg.png" alt="" />
<source srcSet="/static/currentEraBg2.webp" type="image/webp" />
<img src="/static/currentEraBg2.png" alt="" />
</picture>
<div
className={styles.delegationCampaignMain}
Expand Down

0 comments on commit 3ab06b7

Please sign in to comment.