diff --git a/quartz/components/pages/404.tsx b/quartz/components/pages/404.tsx index 63da2c88a..edfaa2d72 100644 --- a/quartz/components/pages/404.tsx +++ b/quartz/components/pages/404.tsx @@ -11,6 +11,7 @@ const NotFound: QuartzComponent = ({ cfg }: QuartzComponentProps) => {
{i18n(cfg.locale).pages.error.notFound}
{i18n(cfg.locale).pages.error.home} + ██████████ _________________
██░░░░░░░░░░██ | You got lost... |
██░░░░░░░░░░░░░░██ 🗩 ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
██░░██░░░░░░██░░░░░░██ 🗩
██░░██░░░░░░██░░▒▒░░██
██░░░░░░░░░░░░░░▒▒░░██
██▒▒▒▒▒▒▒▒▒▒▒▒░░██
██████████████
████░░░░██░░░░▒▒████
██░░░░░░██░░░░░░▒▒██▒▒██
██░░░░██▒▒▒▒▒▒▒▒▒▒██░░▒▒▒▒██
██▒▒░░░░██████████░░░░▒▒██▒▒██
██▒▒░░░░░░░░░░░░░░░░░░▒▒██▒▒██
██▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒████▒▒██
██████████████████ ██
)
}