We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f07be4 commit 91dd6ecCopy full SHA for 91dd6ec
1 file changed
src/components/about/index.tsx
@@ -19,10 +19,10 @@ export function getTeamByPageName(name: string) {
19
export function About() {
20
return (
21
<>
22
- <Section pageTop>
+ <Section pageTop bg="light">
23
<FourValues />
24
</Section>
25
- <Section bg="light">
+ <Section>
26
<h1>Meet the QuantStack team</h1>
27
<div className={styles.team_description}>
28
A team of outliers, leaders in software projects adopted at the
0 commit comments