File tree Expand file tree Collapse file tree 1 file changed +31
-6
lines changed Expand file tree Collapse file tree 1 file changed +31
-6
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,46 @@ interface LinkItem {
8
8
}
9
9
10
10
const links : LinkItem [ ] = [
11
- { section : "learn" , text : "Learn" , href : "/learn/" } ,
12
- { section : "code" , text : "Code" , href : "/code/" } ,
13
- { section : "community" , text : "Community" , href : "/community/" } ,
14
- { section : "faq" , text : "FAQ" , href : "/faq/" } ,
11
+ {
12
+ section : "learn" ,
13
+ text : "Learn" ,
14
+ href : "/learn/"
15
+ } ,
16
+ {
17
+ section : "code" ,
18
+ text : "Code" ,
19
+ href : "/code/"
20
+ } ,
21
+ {
22
+ section : "community" ,
23
+ text : "Community" ,
24
+ href : "/community/"
25
+ } ,
26
+ {
27
+ section : "faq" ,
28
+ text : "FAQ" ,
29
+ href : "/faq/"
30
+ } ,
15
31
{
16
32
section : "spec" ,
17
33
text : "Spec" ,
18
- href : "https://graphql.github.io/ graphql-spec /" ,
34
+ href : "https://spec. graphql.org /" ,
19
35
} ,
20
36
{
21
37
section : "foundation" ,
22
38
text : "Foundation" ,
23
39
href : "/foundation/" ,
24
40
} ,
25
- { section : "landscape" , text : "Landscape" , href : "https://l.graphql.org/" } ,
41
+ {
42
+ section : "news" ,
43
+ text : "News" ,
44
+ href : "/blog/" ,
45
+ } ,
46
+ {
47
+ section : "landscape" ,
48
+ text : "Landscape" ,
49
+ href : "https://l.graphql.org/"
50
+ } ,
26
51
]
27
52
28
53
export default ( ) => (
You can’t perform that action at this time.
0 commit comments