Skip to content

Commit 001e62a

Browse files
Ameen AzeezAmeen Azeez
authored andcommitted
Remove header in about-us page
1 parent ca27790 commit 001e62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/about_us.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ import { Layout } from "../components/common";
44

55
const Index = () => {
66
return (
7-
<Layout>
7+
<>
88
<TopSection />
99
<ImpactsAndProgress />
1010
<PeopleAtIff />
11-
</Layout>
11+
</>
1212
);
1313
};
1414

0 commit comments

Comments
 (0)