Skip to content

Commit

Permalink
lint error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
VijeshVS committed Jun 11, 2024
1 parent 85d7dd8 commit 62f1a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app/(dashboard)/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export default function HomePage() {
Custom ShortCodes
</h1>
<h1 className="mt-3 text-gray-500">
Get a custom shortened url only on EatMyUrl. It's brief and easy to remember.
Get a custom shortened url only on EatMyUrl. Its brief and easy to remember.
</h1>
<Button onClick={()=>router.push('/app/links/create')} className="mt-4 w-36" variant='default'>
Create a link
Expand Down

0 comments on commit 62f1a8a

Please sign in to comment.