Skip to content

Commit

Permalink
feat: add React Africa as partner
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Sep 23, 2024
1 parent ae32b40 commit aa660a9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Binary file added src/assets/partners/react-africa-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/partners/react-africa-light.webp
Binary file not shown.
10 changes: 10 additions & 0 deletions src/data/partners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import conTejasCode from "../assets/partners/contejas-code.png";
import hackDiversityBlue from "../assets/partners/hack-diversity-blue.svg";
import hackDiversityWhite from "../assets/partners/hack-diversity-white.svg";
import jsParty from "../assets/partners/js-party.png";
import reactAfricaDark from "../assets/partners/react-africa-dark.png";
import reactAfricaLight from "../assets/partners/react-africa-light.webp";
import thisWeekInReactDarkMode from "../assets/partners/this-week-in-react-dark-mode.png";
import thisWeekInReactLightMode from "../assets/partners/this-week-in-react-light-mode.png";

Expand Down Expand Up @@ -40,6 +42,14 @@ export const partnersBySlug = {
},
title: "JS Party",
},
reactAfrica: {
href: "https://react-africa.com/?utm_source=squiggleconf",
logos: {
dark: reactAfricaLight,
light: reactAfricaDark,
},
title: "React Africa",
},
twir: {
href: "https://thisweekinreact.com?utm_source=squiggleconf",
logos: {
Expand Down

0 comments on commit aa660a9

Please sign in to comment.