Skip to content

Commit

Permalink
fix: Shit typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Feb 2, 2022
1 parent d799ab6 commit 51c6475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export default class SnakeGame<P> extends Component<{}, MainState> {
</div>
</div>
<div className="item-slots">
<h4>Item Slots <span style={{fontSize: "11pt", fontWeight: "400"}}>(press 'u' to use)</span></h4>
<h4>Item Slots <span style={{fontSize: "11pt", fontWeight: "lighter"}}>(press 'u' to use)</span></h4>
<div className="slots">
{
Shop.get().getInventory().itemSlots.map((s, index) => {
Expand Down

0 comments on commit 51c6475

Please sign in to comment.