feat: update NotFound window title for better user experience

This commit is contained in:
2026-03-31 02:49:51 +02:00
parent ce915d666b
commit 7e97459c93

View File

@@ -5,7 +5,7 @@ import GoBackButton from "@/components/go-back-button";
export default function NotFound() { export default function NotFound() {
return ( return (
<div className="mx-auto max-w-md pt-16"> <div className="mx-auto max-w-md pt-16">
<Window title="Windows cannot find this page"> <Window title="Oopsie doopsie! You're lost!">
<div className="flex items-start gap-4 mb-6"> <div className="flex items-start gap-4 mb-6">
<div className="flex-shrink-0 flex h-10 w-10 items-center justify-center rounded-full bg-red-600 shadow-inner"> <div className="flex-shrink-0 flex h-10 w-10 items-center justify-center rounded-full bg-red-600 shadow-inner">
<svg <svg