Skip to content

Commit

Permalink
fix: docs icon in settings (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Aug 2, 2022
1 parent 6a8830f commit c4a76fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions public/sprite.svg
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/Settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export default function Settings({ stopWallet }) {
<div className={styles['settings-links']}>
<a href="https://jamdocs.org" target="_blank" rel="noopener noreferrer" className="link-dark">
<div className="d-flex align-items-center">
<Sprite symbol="file" width="24" height="24" className="me-2 p-1" />
<Sprite symbol="file" width="24" height="24" className="me-2" />
{t('settings.documentation')}
</div>
</a>
Expand Down

0 comments on commit c4a76fa

Please sign in to comment.