From c12063d58d80730ea1fe11e06583d57bce436220 Mon Sep 17 00:00:00 2001 From: colinislit Date: Sun, 23 Nov 2025 11:03:17 +0100 Subject: [PATCH] fix: escape lint strings and add intake table types --- app/(marketing)/components/hero-quote.tsx | 3 +- app/epd/reports/page.tsx | 2 +- components/ui/sign-in.tsx | 2 +- lib/database.types.ts | 496 +++++++++++++++++++++- 4 files changed, 498 insertions(+), 5 deletions(-) diff --git a/app/(marketing)/components/hero-quote.tsx b/app/(marketing)/components/hero-quote.tsx index 45a913c..7453555 100644 --- a/app/(marketing)/components/hero-quote.tsx +++ b/app/(marketing)/components/hero-quote.tsx @@ -35,7 +35,7 @@ export function HeroQuote({ content }: HeroQuoteProps) { }} cite={content.attribution} > - "{content.quote}" + “{content.quote}”
@@ -56,4 +56,3 @@ export function HeroQuote({ content }: HeroQuoteProps) { ) } - diff --git a/app/epd/reports/page.tsx b/app/epd/reports/page.tsx index 153c8ae..37fe1b8 100644 --- a/app/epd/reports/page.tsx +++ b/app/epd/reports/page.tsx @@ -16,7 +16,7 @@ export default function ReportsPage() { Behandelaar Rapportage

- BI dashboards, KPI's, trends en statistieken + BI dashboards, KPI's, trends en statistieken

Placeholder - Not designed yet diff --git a/components/ui/sign-in.tsx b/components/ui/sign-in.tsx index c829d3b..2dd0ea2 100644 --- a/components/ui/sign-in.tsx +++ b/components/ui/sign-in.tsx @@ -152,7 +152,7 @@ const AnimatedSignIn: React.FC = () => { >

- Don't have an account? + Don't have an account?