Skip to content

Commit

Permalink
fixed social media icons at top of About Us Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Efrain-Morales committed Jul 29, 2024
1 parent 8f392db commit ae00022
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Footer = () => {
<>
<div
id="footer"
className="flex flex-col items-center"
className="flex flex-col items-center overflow-hidden"
style={{ background: bgColor }}
>
<IonAlert
Expand Down
5 changes: 0 additions & 5 deletions src/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,12 @@ import Footer from "../components/Footer";

const About: React.FC = () => {
return (
<IonPage>
<IonContent>
<div className="pt-36 md:pt-12 mb-48">
<PaddedHeaderText />
<AboutMissionSection />
<AboutTeamProfiles />
<AboutFutureVisionSections />
</div>
<Footer />
</IonContent>
</IonPage>
);
};

Expand Down

0 comments on commit ae00022

Please sign in to comment.