fix: escape lint strings and add intake table types
This commit is contained in:
@@ -35,7 +35,7 @@ export function HeroQuote({ content }: HeroQuoteProps) {
|
||||
}}
|
||||
cite={content.attribution}
|
||||
>
|
||||
"{content.quote}"
|
||||
“{content.quote}”
|
||||
</blockquote>
|
||||
|
||||
<div className="text-white font-sans text-sm md:text-base" style={{ textShadow: '0 1px 3px rgba(0, 0, 0, 0.4)' }}>
|
||||
@@ -56,4 +56,3 @@ export function HeroQuote({ content }: HeroQuoteProps) {
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function ReportsPage() {
|
||||
Behandelaar Rapportage
|
||||
</p>
|
||||
<p className="text-slate-500 text-sm">
|
||||
BI dashboards, KPI's, trends en statistieken
|
||||
BI dashboards, KPI's, trends en statistieken
|
||||
</p>
|
||||
<p className="text-xs text-slate-400 mt-4">
|
||||
Placeholder - Not designed yet
|
||||
|
||||
Reference in New Issue
Block a user