We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad245a commit d4745ebCopy full SHA for d4745eb
app/[locale]/(user)/about-us/page.tsx
@@ -71,7 +71,7 @@ const About = () => {
71
className="h-full w-full object-contain"
72
/>
73
</div>
74
- <div className="py-5 lg:py-10">
+ {/* <div className="py-5 lg:py-10">
75
<Text variant="heading2xl">The People Behind CivicDataSpace</Text>
76
<div className="pt-4 lg:pt-6">
77
<Text
@@ -94,7 +94,7 @@ const About = () => {
94
95
<div>
96
<Team />
97
- </div>
+ </div> */}
98
99
</main>
100
);
0 commit comments