@@ -3,7 +3,8 @@ import React from "react"
3
3
import { ReactComponent as GraphQLWeekly } from "../../../../static/img/conf/Partners/GraphQLWeekly.svg"
4
4
import { ReactComponent as GraphQLWTF } from "../../../../static/img/conf/Partners/GraphQLwtf.svg"
5
5
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"
7
8
interface Image {
8
9
iconPath : string
9
10
name : string
@@ -39,6 +40,16 @@ const communityPartners: Image[] = [
39
40
name : "EscapeTechnologies" ,
40
41
link : "https://escape.tech/" ,
41
42
} ,
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
+ } ,
42
53
]
43
54
44
55
const PartnersConf = ( ) => {
@@ -73,7 +84,7 @@ const PartnersConf = () => {
73
84
. map ( ( partner , i ) => (
74
85
< a
75
86
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"
77
88
href = { partner . link }
78
89
target = "_blank"
79
90
>
0 commit comments