Skip to content

Commit

Permalink
chore: remove unused sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
theborakompanioni committed Sep 13, 2024
1 parent 6c445f5 commit 89f9f64
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions public/sprite.svg
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/Send/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ export default function Send({ wallet }: SendProps) {
</div>
<rb.Alert variant="success" className="d-flex align-items-center">
{t('send.text_coinjoin_already_running')}
<Sprite className="ms-auto" symbol="joining" width="20" height="20" />
<Sprite className="ms-auto" symbol="mixed" width="24" height="24" />
</rb.Alert>
<rb.Button
variant="none"
Expand Down

0 comments on commit 89f9f64

Please sign in to comment.