Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions apps/dashboard/src/components/not-found-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ export function NotFoundPage() {

<p className="text-center font-bold text-3xl tracking-tighter md:text-5xl">
<span className="block"> Uh oh. </span>
<span className="block">Looks like web3</span>
<span className="block">can't be found here.</span>
<span className="block">Looks like you're lost!</span>
</p>

<div className="h-12" />

<div>
<p className="text-center text-muted-foreground text-xl leading-7">
Try our{" "}
Find live content on our{" "}
<TrackedLinkTW
category="page-not-found"
label="homepage"
Expand All @@ -47,8 +46,8 @@ export function NotFoundPage() {
className="text-foreground hover:underline"
>
developer portal
</TrackedLinkTW>{" "}
instead
</TrackedLinkTW>
.
</p>
</div>

Expand Down
Loading