mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-12 00:57:39 -04:00
Clean
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user