This commit is contained in:
MartinBraquet
2025-09-10 16:16:11 +02:00
parent f36ccf7bdc
commit 6bb35d61e1

View File

@@ -17,7 +17,7 @@ export const AboutBlock = (props: {
export default function About() {
return (
<LovePage trackPageView={'about'}>
<div className="text-gray-600 dark:text-white min-h-screen p-6">
<div className="bg-canvas-0 text-gray-600 dark:text-white min-h-screen p-6">
<div className="w-full">
<div className="relative py-8 mb-8 overflow-hidden">
<div className="relative z-10 max-w-3xl mx-auto px-4">
@@ -59,7 +59,7 @@ export default function About() {
<AboutBlock
title="Democratic"
text={<span className="customlink">Governed by the community, while ensuring no drift through our <Link href="/md/constitution">constitution</Link>.</span>}
text={<span className="customlink">Governed by the community, while ensuring no drift through our <Link href="/constitution">constitution</Link>.</span>}
/>
<AboutBlock