Skip to content

Commit 91dd6ec

Browse files
committed
About: values on light bg, team cards on white bg
1 parent 6f07be4 commit 91dd6ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/about/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ export function getTeamByPageName(name: string) {
1919
export function About() {
2020
return (
2121
<>
22-
<Section pageTop>
22+
<Section pageTop bg="light">
2323
<FourValues />
2424
</Section>
25-
<Section bg="light">
25+
<Section>
2626
<h1>Meet the QuantStack team</h1>
2727
<div className={styles.team_description}>
2828
A team of outliers, leaders in software projects adopted at the

0 commit comments

Comments
 (0)