Skip to content

Commit

Permalink
fix: cheatsheet icon (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Aug 4, 2022
1 parent 7d750ee commit 1113e21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 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/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default function App() {
onClick={() => setShowCheatsheet(true)}
>
<div className="d-flex justify-content-center align-items-center">
<Sprite symbol="file" width="24" height="24" />
<Sprite symbol="file-outline" width="24" height="24" />
<div className="ps-0">{t('footer.cheatsheet')}</div>
</div>
</rb.Button>
Expand Down

0 comments on commit 1113e21

Please sign in to comment.