Skip to content

Commit

Permalink
fix: corrected typo in manual games tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Tormak9970 committed Jul 16, 2023
1 parent 38f2105 commit 5caaf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</svg>
</IconButton>
<HorizontalSpacer />
<IconButton label="Manage Manul Games" onClick={() => { $showManualGamesModal = true; }} width="auto" tooltipPosition="auto">
<IconButton label="Manage Manual Games" onClick={() => { $showManualGamesModal = true; }} width="auto" tooltipPosition="auto">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="height: 12px; width: 12px;">
<!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/>
Expand Down

0 comments on commit 5caaf81

Please sign in to comment.