@@ -4,9 +4,12 @@ import {
4
4
DiscordIcon ,
5
5
GoogleCalendarIcon ,
6
6
Facebook2Icon ,
7
+ LinkedInIcon ,
8
+ BlueskyIcon ,
7
9
FileTextIcon ,
8
10
CodeIcon ,
9
11
GraphQLLogo ,
12
+ FoundationTalksChannel
10
13
} from " ../../../icons"
11
14
import { Cards } from " ../../../components/cards"
12
15
@@ -18,17 +21,17 @@ Please follow these channels for updates and information:
18
21
19
22
<Cards
20
23
items = { [
21
- {
22
- icon: TwitterIcon ,
23
- title: " X" ,
24
- link: " https://x.com/graphql" ,
25
- description: " @graphql" ,
26
- },
27
24
{
28
25
icon: GitHubIcon ,
29
26
title: " GitHub" ,
30
27
link: " https://github.com/graphql" ,
31
28
},
29
+ {
30
+ icon: FileTextIcon ,
31
+ title: " Blog" ,
32
+ link: " /blog" ,
33
+ description: " graphql.org/blog" ,
34
+ },
32
35
{
33
36
icon: GoogleCalendarIcon ,
34
37
title: " Google Calendar" ,
@@ -39,28 +42,46 @@ Please follow these channels for updates and information:
39
42
title: " Discord" ,
40
43
link: " https://discord.graphql.org" ,
41
44
},
42
- {
43
- icon: Facebook2Icon ,
44
- title: " Facebook Group" ,
45
- link: " https://fb.com/groups/graphql.community" ,
46
- },
47
- {
48
- icon: FileTextIcon ,
49
- title: " Blog" ,
50
- link: " /blog" ,
51
- description: " graphql.org/blog" ,
52
- },
53
45
{
54
46
icon: CodeIcon ,
55
47
title: " Tools and libraries" ,
56
48
link: " /code" ,
57
49
description: " graphql.org/code" ,
58
50
},
51
+ {
52
+ icon: FoundationTalksChannel ,
53
+ title: " Talks" ,
54
+ link: " https://www.youtube.com/@GraphQLFoundationTalks" ,
55
+ description: " GraphQL Foundation Talks" ,
56
+ },
59
57
{
60
58
icon: GraphQLLogo ,
61
59
title: " Shop" ,
62
60
link: " https://store.graphql.org/" ,
63
61
description: " store.graphql.org" ,
64
62
},
63
+ {
64
+ icon: LinkedInIcon ,
65
+ title: " LinkedIn" ,
66
+ link: " https://www.linkedin.com/company/graphql-foundation/" ,
67
+ description: " GraphQL Foundation" ,
68
+ },
69
+ {
70
+ icon: TwitterIcon ,
71
+ title: " 𝕏" ,
72
+ link: " https://x.com/graphql" ,
73
+ description: " @graphql" ,
74
+ },
75
+ {
76
+ icon: BlueskyIcon ,
77
+ title: " Bluesky" ,
78
+ link: " https://bsky.app/profile/graphql.org" ,
79
+ description: " @graphql.org" ,
80
+ },
81
+ {
82
+ icon: Facebook2Icon ,
83
+ title: " Facebook Group" ,
84
+ link: " https://fb.com/groups/graphql.community" ,
85
+ },
65
86
]}
66
87
/>
0 commit comments