Skip to content

Commit

Permalink
Refactor Sponsors component
Browse files Browse the repository at this point in the history
  • Loading branch information
djdiptayan1 committed Oct 20, 2024
1 parent 5d29189 commit 0fbc91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Home/Sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

const sponsors = [
{ name: "SWOC", logo: "https://www.socialwinterofcode.com/img/logos/SWOC_W_Black.png" },
{ name: "Linux Foundation", logo: "https://www.linuxfoundation.org/hubfs/lf-stacked-color.svg" }
// { name: "Linux Foundation", logo: "https://www.linuxfoundation.org/hubfs/lf-stacked-color.svg" }
];

const Sponsors = () => {
Expand Down

0 comments on commit 0fbc91a

Please sign in to comment.