Skip to content

Commit

Permalink
Update error layout button text to "Home Page" [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
2nthony committed Feb 28, 2025
1 parent 1f35bf9 commit 8d70098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-common/components/layout/errorLayout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function ErrorLayout({ icon, title, description }) {
</div>

<Link href="/">
<SecondaryButton>Go Back Home</SecondaryButton>
<SecondaryButton>Home Page</SecondaryButton>
</Link>

<div className="flex flex-col items-center gap-y-2">
Expand Down

0 comments on commit 8d70098

Please sign in to comment.