File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -50,21 +50,25 @@ const utmParams = `utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_co
50
50
51
51
const footerLinks = [
52
52
{
53
- label : ' Try MongoDB Atlas' ,
53
+ label : " Try MongoDB Atlas" ,
54
54
href : `https://www.mongodb.com/try?${ utmParams } ` ,
55
55
} ,
56
56
{
57
- label : ' Forums' ,
57
+ label : " Forums" ,
58
58
href : `https://www.mongodb.com/community/forums/${ utmParams } ` ,
59
59
} ,
60
60
{
61
- label : ' Developer Center' ,
61
+ label : " Developer Center" ,
62
62
href : `https://www.mongodb.com/developer/${ utmParams } ` ,
63
63
} ,
64
64
{
65
- label : ' MongoDB University' ,
65
+ label : " MongoDB University" ,
66
66
href : `https://learn.mongodb.com/${ utmParams } ` ,
67
67
} ,
68
+ {
69
+ href : `https://github.com/${ organizationName } /${ workshopName } ` ,
70
+ label : "This lab in GitHub" ,
71
+ } ,
68
72
{
69
73
label : `© ${ new Date ( ) . getFullYear ( ) } MongoDB, Inc.` ,
70
74
href : "#" ,
@@ -149,11 +153,7 @@ const config = {
149
153
height : "100%" ,
150
154
} ,
151
155
items : [
152
- {
153
- href : `https://github.com/${ organizationName } /${ workshopName } ` ,
154
- label : "GitHub" ,
155
- position : "right" ,
156
- } ,
156
+
157
157
] ,
158
158
} ,
159
159
footer : {
You can’t perform that action at this time.
0 commit comments