From cded757b9f424c0514182244b392a3f8ec63d058 Mon Sep 17 00:00:00 2001 From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com> Date: Sat, 31 May 2025 19:40:15 -0700 Subject: [PATCH] added a link to the ntfy docs below text input --- .../app/(app)/settings/_components/forms.tsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/apps/hub/app/(app)/settings/_components/forms.tsx b/apps/hub/app/(app)/settings/_components/forms.tsx index f893dbac..35c02486 100644 --- a/apps/hub/app/(app)/settings/_components/forms.tsx +++ b/apps/hub/app/(app)/settings/_components/forms.tsx @@ -22,6 +22,7 @@ import { import toast from "react-hot-toast"; import { UserOptionalDefaults, UserOptionalDefaultsSchema } from "@repo/db/zod"; import { Bell, Plane } from "lucide-react"; +import Link from "next/link"; export const ProfileForm = ({ user }: { user: User }) => { const schema = z.object({ @@ -368,16 +369,29 @@ export const PilotForm = ({ user }: { user: User }) => { Pilot
-