Skip to content

Commit 416709f

Browse files
Fixed a typo
1 parent 1d019f0 commit 416709f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ComSpons.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export default function CommunitiesSponsors() {
44
const communities = [
5-
{ src: "/icons/Github.svg", alt: "GitHub" },
5+
{ src: "/icons/GitHub.svg", alt: "GitHub" },
66
{ src: "/icons/ACM.svg", alt: "ACM" },
77
{ src: "/icons/IEEE.svg", alt: "IEEE" },
88
{ src: "/icons/AWS.svg", alt: "AWS" },

0 commit comments

Comments
 (0)