From 866bc764756c089c086abeed0f063f981a88ca65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20LAGACHE?= Date: Tue, 23 Jun 2026 11:34:20 +0200 Subject: [PATCH] fix --- app/not-found.tsx | 7 +- src/components/common/back-button.tsx | 18 ----- src/db/services/organization.ts | 14 +++- .../onboarding/hooks/use-create-org.ts | 11 +-- src/features/onboarding/onboarding-state.ts | 34 +++++++--- src/features/onboarding/steps/step-login.tsx | 68 +++++++++++++++++-- src/features/onboarding/types/index.ts | 4 +- src/features/profile/profile-appearance.tsx | 3 +- 8 files changed, 110 insertions(+), 49 deletions(-) delete mode 100644 src/components/common/back-button.tsx diff --git a/app/not-found.tsx b/app/not-found.tsx index fe932423..f62b46cd 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -1,4 +1,5 @@ -import BackButton from "@/components/common/back-button"; +import Link from "next/link"; +import { Button } from "@/components/ui/button"; export default async function NotFound() { return ( @@ -12,7 +13,9 @@ export default async function NotFound() { The content you are trying to view is not available.