Skip to content

Commit

Permalink
fix: Optimize PNG
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Aug 8, 2023
1 parent 512282d commit bc5091f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified public/images/transactions/redefine-dark-mode.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/images/transactions/redefine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/tx/security/redefine/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const RedefineBlock = () => {
<Typography variant="caption" className={sharedCss.poweredBy} position="relative">
Powered by{' '}
<div className={css.redefine}>
<Image src={isDarkMode ? RedefineLogoDark : RedefineLogo} alt="Redefine Logo" />
<Image src={isDarkMode ? RedefineLogoDark : RedefineLogo} alt="Redefine logo" />
</div>
</Typography>
</div>
Expand Down

0 comments on commit bc5091f

Please sign in to comment.