Skip to content

Commit 549e95e

Browse files
committed
Publish sponsors
1 parent 5738fe1 commit 549e95e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

src/data/sponsors.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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",

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Coc } from "~/sections/coc";
1010
import { Hero } from "~/sections/hero";
1111
import { OrganizerSection } from "~/sections/organizers";
1212
import { Schedule } from "~/sections/schedule";
13-
import { Sponsors } from "~/sections/sponsors_empty";
13+
import { Sponsors } from "~/sections/sponsors";
1414
import { Venue } from "~/sections/venue";
1515

1616
const Home = () => (

0 commit comments

Comments
 (0)