Skip to content

Commit

Permalink
Merge pull request #124 from vigneshshettyin/settings
Browse files Browse the repository at this point in the history
small fix
  • Loading branch information
VijeshVS authored Jun 13, 2024
2 parents cbfba78 + ec13a52 commit 26ad788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function Home() {
value={longurlInput}
onChange={(e) => setLongurlInput(e.target.value)}
onKeyDown={handleKeyDown}
placeholder="🔗 http://eurl.vshetty.dev"
placeholder="🔗 http://eurl.dev"
className="mt-6"
/>
<div className="mt-6">
Expand Down

0 comments on commit 26ad788

Please sign in to comment.