From 369e97172ec9dd465400a330458fae4a95846922 Mon Sep 17 00:00:00 2001 From: Boaz Sender Date: Tue, 22 Oct 2024 12:40:01 -0700 Subject: [PATCH] update dashboard links --- app/components/navigation.tsx | 6 +++--- app/routes/_index.tsx | 8 +++++++- app/routes/verify.$token.tsx | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/app/components/navigation.tsx b/app/components/navigation.tsx index 352e363..f23a467 100644 --- a/app/components/navigation.tsx +++ b/app/components/navigation.tsx @@ -52,7 +52,7 @@ export function NavigationSite() {
  • {user ? ( Dashboard @@ -101,7 +101,7 @@ export function NavigationSite() {
    {user ? ( Dashboard @@ -139,7 +139,7 @@ export function NavigationSiteFooter() { ))}
  • {user ? ( - Dashboard + Dashboard ) : ( Log in )} diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 14518c7..826c51f 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -14,6 +14,7 @@ import { } from "@heroicons/react/20/solid"; import type { MetaFunction } from "@remix-run/node"; import { Link } from "@remix-run/react"; +import { FormInputIcon } from "lucide-react"; import BrowserMockup from "~/components/browser-mockup"; import { NavigationSite, NavigationSiteFooter } from "~/components/navigation"; @@ -171,9 +172,14 @@ const features = [ ), icon: , }, + { + name: "Advanced form validation", + description: `Form validation examples with Zod and Conform.`, + icon: , + }, { name: "Light weight CMS", - description: `Local content management built into the database with a tiptap editing experience.`, + description: `Local content management built into the database with a tiptap editing experience.`, screenshot: ( {loaderData.success}{" "} - + Continue home .