Skip to content

Commit

Permalink
Change wording in not found page
Browse files Browse the repository at this point in the history
  • Loading branch information
T1LT committed Jan 22, 2024
1 parent 0f4421c commit ca66f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/not-found.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function NotFound() {
Page Not Found
<Ghost className="h-8 w-8 font-medium" />
</h1>
<p className="text-lg">You seem lost. Want to go home?</p>
<p className="text-lg">You seem lost. Want to go back?</p>
<Button onClick={() => router.back()}>Return To Deliciousness</Button>
</div>
);
Expand Down

0 comments on commit ca66f8e

Please sign in to comment.