Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
docs: Correct the logo on the top left of the footer
Browse files Browse the repository at this point in the history
Signed-off-by: Ibimina hart <[email protected]>
  • Loading branch information
ibimina authored and kaxada committed Oct 12, 2023
1 parent 50893b6 commit f97ca8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import {
linkedinLogo,
twitterLogo,
facebookLogo,
DEIBadgingLogo,
DEIMiniLogo,
chaossBadgingLogo,
} from "../../assets/images";

const Footer = () => {
return (
<footer>
<div className="main-div">
<img src={DEIBadgingLogo} alt="chaoss logo" className="logo" />
<img src={chaossBadgingLogo} alt="chaoss logo" className="logo" />
<div className="minidiv">
<div className="innerdiv">
<h2>Community</h2>
Expand Down

0 comments on commit f97ca8a

Please sign in to comment.