File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,15 @@ export const SPONSORS = [
1010 image : "sponsors/barclays.svg" ,
1111 link : "https://www.barclays.co.uk/" ,
1212 } ,
13+ // {
14+ // name: "Ataccama",
15+ // image: "sponsors/ataccama.svg",
16+ // link: "https://www.ataccama.com/",
17+ // },
1318 {
14- name : "Ataccama " ,
15- image : "sponsors/ataccama.svg " ,
16- link : "https://www.ataccama.com /" ,
19+ name : "EuroPython Society " ,
20+ image : "sponsors/eps-text.png " ,
21+ link : "https://www.europython-society.org /" ,
1722 } ,
1823 {
1924 name : "Red Hat" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { Coc } from "~/sections/coc";
1010import { Hero } from "~/sections/hero" ;
1111import { OrganizerSection } from "~/sections/organizers" ;
1212import { Schedule } from "~/sections/schedule" ;
13- import { Sponsors } from "~/sections/sponsors_empty " ;
13+ import { Sponsors } from "~/sections/sponsors " ;
1414import { Venue } from "~/sections/venue" ;
1515
1616const Home = ( ) => (
You can’t perform that action at this time.
0 commit comments