Skip to content

Commit d1695fd

Browse files
authored
Merge pull request #300 from CivicDataLab/299-remove-team-section-in-about-us
Removed team section in About us
2 parents aad245a + d4745eb commit d1695fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/[locale]/(user)/about-us/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const About = () => {
7171
className="h-full w-full object-contain"
7272
/>
7373
</div>
74-
<div className="py-5 lg:py-10">
74+
{/* <div className="py-5 lg:py-10">
7575
<Text variant="heading2xl">The People Behind CivicDataSpace</Text>
7676
<div className="pt-4 lg:pt-6">
7777
<Text
@@ -94,7 +94,7 @@ const About = () => {
9494
</div>
9595
<div>
9696
<Team />
97-
</div>
97+
</div> */}
9898
</div>
9999
</main>
100100
);

0 commit comments

Comments
 (0)