Skip to content

Commit

Permalink
fix: homepage typo (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPeters committed Mar 3, 2024
1 parent 7fdd513 commit bbabf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/builder-hints.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function BuilderHints ({ focus, badgeURL }) {
return (
<div className='hints' style={style}>
<Hint left={0} width={50} height={3}>
<a href='/help#generators'>GENERATER (static or live badge)</a>
<a href='/help#generators'>GENERATOR (static or live badge)</a>
</Hint>
<Hint left={66} width={70} height={2}>TEXT</Hint>
<Hint left={153} width={60} height={2}>TEXT</Hint>
Expand Down

0 comments on commit bbabf7c

Please sign in to comment.