Skip to content

Commit

Permalink
Fine-tune 404 page for /opportunities
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul committed Jan 9, 2025
1 parent 21cd6b3 commit 54287cd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/opportunities/not-found.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import Link from "next/link";

import { Mark404 } from "~/components/Mark404";
import { Route } from "~/src/routing";

export default async function Page() {
return (
Expand All @@ -9,16 +12,13 @@ export default async function Page() {
404: Stránka nenalezena
</h1>
<p className="m-auto max-w-prose">
Na tomto místě se dříve nacházela otevřená role.
Zobrazuje-li se nyní tento text, znamená to, že už daná role není aktuální.
Díky za pochopení!
Všechny otevřené role můžete najít
<a
href="https://app.cesko.digital/opportunities"
className="typo-link"
>
tady.
</a>
Na tomto místě se dříve nejspíš nacházela otevřená role. Zobrazuje-li
se nyní tento text, znamená to, že už daná role není aktuální. Díky za
pochopení! Možná tě budou zajímat{" "}
<Link href={Route.opportunities} className="typo-link">
všechny naše otevřené role
</Link>
?
</p>
</section>
</main>
Expand Down

0 comments on commit 54287cd

Please sign in to comment.