Skip to content

Commit

Permalink
small ui improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Herobread committed Nov 4, 2024
1 parent c30d063 commit 2e6956d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/content/pages/NotFound.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ export default function NotFound() {
<TriangleAlert />
<H1>Not Found</H1>
</div>
<p className="font-mono">{location.href.toString()}</p>{" "}
<p className="text-muted-foreground">
Requested url was not found on the server.
</p>
<p className="font-mono">{location.href.toString()}</p>{" "}
<p className="text-muted-foreground">
If the previous URL(it might not be shown in history)
doesn&apos;t have a trailing slash, that could be the
Expand Down

0 comments on commit 2e6956d

Please sign in to comment.