From 9a432af1cf4cb1723afffa3473aa9760d075e8bc Mon Sep 17 00:00:00 2001 From: arcoraven Date: Wed, 5 Feb 2025 14:35:21 +0000 Subject: [PATCH] fix: Tweak 404 page (#6173) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## PR-Codex overview This PR updates the content of the `NotFoundPage` component to enhance the user experience by changing the messaging displayed when a page is not found. ### Detailed summary - Changed the message from "Looks like web3 can't be found here." to "Looks like you're lost!". - Updated the text from "Try our" to "Find live content on our". - Removed "instead" and added a period after the `TrackedLinkTW` component. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- apps/dashboard/src/components/not-found-page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/dashboard/src/components/not-found-page.tsx b/apps/dashboard/src/components/not-found-page.tsx index a35ed1f41b9..dad85b6816e 100644 --- a/apps/dashboard/src/components/not-found-page.tsx +++ b/apps/dashboard/src/components/not-found-page.tsx @@ -13,15 +13,14 @@ export function NotFoundPage() {

Uh oh. - Looks like web3 - can't be found here. + Looks like you're lost!

- Try our{" "} + Find live content on our{" "} developer portal - {" "} - instead + + .