Skip to content

Commit

Permalink
Footer Logo: add slc-tech logo
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiramtilakiiit committed Nov 11, 2024
1 parent a00fc78 commit da71353
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import LifeLogo from "components/life-logo-full-color-light.svg";

const IIITLogo = "/assets/iiit-logo-white.png";
const CCLogo = "/assets/cc-logo-full-black.svg";
const SLCTechLogo = "/assets/slc-tech-logo-black.svg";

const PRIVACY_POLICY_URL = "https://www.iiit.ac.in/privacy-policy/";
const TWITTER_URL = "https://twitter.com/iiit_hyderabad";
Expand Down Expand Up @@ -96,8 +97,8 @@ export default function Footer() {
</Box>
<Box>
<Image
src={CCLogo}
alt={"Clubs Council"}
src={SLCTechLogo}
alt={"SLC-Tech Logo"}
height={50}
width={120}
style={{
Expand Down

0 comments on commit da71353

Please sign in to comment.