Skip to content

Commit

Permalink
Revert "Comment out MLHTrustBadge"
Browse files Browse the repository at this point in the history
This reverts commit 3d3ca11.
  • Loading branch information
sumanthratna committed Sep 11, 2020
1 parent 75b1f55 commit 84f46db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Footer/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from "react";

import SocialLinks from "./SocialLinks";
// import MLHTrustBadge from "./MLHTrustBadge";
import MLHTrustBadge from "./MLHTrustBadge";

import "./index.css";

Expand All @@ -17,7 +17,7 @@ const Footer = (): JSX.Element => (
<SocialLinks />
</div>
</section>
{/* <MLHTrustBadge /> */}
<MLHTrustBadge />
</>
);

Expand Down

0 comments on commit 84f46db

Please sign in to comment.