Skip to content

Commit

Permalink
Commented out logo image in banner component
Browse files Browse the repository at this point in the history
  • Loading branch information
osamajandali committed Dec 5, 2023
1 parent 00e832d commit 8ef887c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Banner = () => {

</div>
<div className="center">
<img src={Logo} alt="SoGS logo" />
{/* <img src={Logo} alt="SoGS logo" /> */}
<p>View our Book of News for 2023
{/* <strong>Survey ends December 31<sup>st</sup></strong> */}
</p>
Expand Down

0 comments on commit 8ef887c

Please sign in to comment.