Skip to content

Commit a441e9f

Browse files
authored
COMMUNITY PARTNERS: Amsterdam + Bangkok (graphql#1534)
1 parent 38dd4b9 commit a441e9f

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

src/components/Conf/Partners/index.tsx

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ import React from "react"
33
import { ReactComponent as GraphQLWeekly } from "../../../../static/img/conf/Partners/GraphQLWeekly.svg"
44
import { ReactComponent as GraphQLWTF } from "../../../../static/img/conf/Partners/GraphQLwtf.svg"
55
import { ReactComponent as EscapeTechnologies } from "../../../../static/img/conf/Partners/EscapeTechnologies.svg"
6-
6+
import { ReactComponent as AmsterdamGraphQL } from "../../../../static/img/conf/Partners/AmsterdamGraphQL.svg"
7+
import { ReactComponent as BangkokGraphQL } from "../../../../static/img/conf/Partners/BangkokGraphQL.svg"
78
interface Image {
89
iconPath: string
910
name: string
@@ -39,6 +40,16 @@ const communityPartners: Image[] = [
3940
name: "EscapeTechnologies",
4041
link: "https://escape.tech/",
4142
},
43+
{
44+
iconPath: AmsterdamGraphQL,
45+
name: "Amsterdam GraphQL",
46+
link: "https://www.meetup.com/amsterdam-graphql-meetup/",
47+
},
48+
{
49+
iconPath: BangkokGraphQL,
50+
name: "Bangkok GraphQL",
51+
link: "https://www.meetup.com/graphql-bangkok/",
52+
},
4253
]
4354

4455
const PartnersConf = () => {
@@ -73,7 +84,7 @@ const PartnersConf = () => {
7384
.map((partner, i) => (
7485
<a
7586
key={i}
76-
className="zoom-partner flex flex-col items-center text-center w-full h-full"
87+
className="zoom-partner flex flex-col justify-center items-center text-center w-full h-full"
7788
href={partner.link}
7889
target="_blank"
7990
>

static/img/conf/Partners/AmsterdamGraphQL.svg

Lines changed: 11 additions & 0 deletions
Loading

static/img/conf/Partners/BangkokGraphQL.svg

Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)