File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
src/components/index-page/hero Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,9 @@ export function Hero() {
29
29
</ ul >
30
30
31
31
< div className = "flex items-center gap-4" >
32
- < Button href = "/learn" className = "max-sm:w-full" >
33
- Learn more< span className = "sr-only" > about GraphQL</ span >
32
+ < Button href = "/learn/#try-it-out" > Try it out</ Button >
33
+ < Button href = "/learn" variant = "secondary" >
34
+ < span className = "sr-only" > Read the </ span > Docs
34
35
</ Button >
35
36
</ div >
36
37
</ div >
Original file line number Diff line number Diff line change 590
590
"destination" : " https://landscape.graphql.org" ,
591
591
"permanent" : true
592
592
},
593
+ {
594
+ "source" : " /docs" ,
595
+ "destination" : " /learn" ,
596
+ "permanent" : true
597
+ },
593
598
{
594
599
"source" : " /conf/2025/event-resources" ,
595
600
"destination" : " https://sites.google.com/linuxfoundation.org/graphqlconf2025event-resources/event-resources" ,
You can’t perform that action at this time.
0 commit comments