We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298a183 commit 5625816Copy full SHA for 5625816
3 files changed
public/sponsors/barclays.svg
public/sponsors/redhat.svg
src/data/sponsors.ts
@@ -6,18 +6,18 @@ export type Sponsor = {
6
7
export const SPONSORS = [
8
{
9
- name: "EuroPython Society",
10
- image: "sponsors/eps-text.png",
11
- link: "https://www.europython-society.org",
+ name: "Barclays",
+ image: "sponsors/barclays.svg",
+ link: "https://www.barclays.co.uk/",
12
},
13
14
name: "Ataccama",
15
image: "sponsors/ataccama.svg",
16
link: "https://www.ataccama.com/",
17
18
19
- name: "Python Software Foundation",
20
- image: "sponsors/psf.png",
21
- link: "https://www.python.org/psf-landing/",
+ name: "Red Hat",
+ image: "sponsors/redhat.svg",
+ link: "https://www.redhat.com/",
22
23
];
0 commit comments