feat(WEB-250): overview hero final ui

This commit is contained in:
Simon Emanuelsson
2024-05-24 10:13:24 +02:00
parent f884383c3c
commit 16b817f469
164 changed files with 6262 additions and 990 deletions

View File

@@ -7,8 +7,6 @@ import { findLang } from "@/constants/languages"
import { login } from "@/constants/routes/handleAuth"
import { SESSION_EXPIRED } from "@/server/errors/trpc"
import { firaMono, firaSans } from "@/app/fonts"
import styles from "./error.module.css"
import { LangParams } from "@/types/params"
@@ -34,9 +32,7 @@ export default function Error({
const lang = findLang(pathname)
return (
<div
className={`${firaMono.variable} ${firaSans.variable} ${styles.layout}`}
>
<div className={styles.layout}>
<div className={styles.content}>{lang}: Something went wrong!</div>
</div>
)