Skip to content

Commit

Permalink
chore: minor copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
peckz committed Jan 21, 2025
1 parent b962e3a commit 167428f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/utilities/lorem-ipsum-generator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default function LoremIpsumGenerator() {
className="h-8 text-sm"
value={inputAmount}
onChange={handleChange}
onFocus={(event) => event.target.select()}
/>
</div>
<div className="flex flex-col justify-end">
Expand Down Expand Up @@ -130,7 +131,7 @@ export default function LoremIpsumGenerator() {
{buttonText}
</Button>
<Button variant="default" onClick={() => generateText()}>
Refresh
Regenerate
</Button>
</div>
</Card>
Expand Down

0 comments on commit 167428f

Please sign in to comment.