Skip to content

Commit

Permalink
bolder tho
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisinajar committed Aug 1, 2024
1 parent 789a5c9 commit 06f5386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/inventory/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export function Inventory(): JSX.Element | null {
{pureEnchantmentDisplayName(hero.buffs.blessing)}
</Typography>
<Typography variant="body1">
{getEnchantmentDisplay(hero.buffs.blessing)}
<b>{getEnchantmentDisplay(hero.buffs.blessing)}</b>
</Typography>
</React.Fragment>
)}
Expand Down

0 comments on commit 06f5386

Please sign in to comment.