File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ exports[`Default render 1`] = `
19
19
Object {
20
20
" subMenu" : Array [
21
21
Object {
22
- " link " : " /challenges" ,
22
+ " href " : " /challenges" ,
23
23
" title" : " All challenges" ,
24
24
},
25
25
Object {
@@ -94,7 +94,7 @@ exports[`Default render 1`] = `
94
94
accountMenu = {
95
95
Array [
96
96
Object {
97
- " link " : " /settings/profile" ,
97
+ " href " : " /settings/profile" ,
98
98
" title" : " Settings" ,
99
99
},
100
100
Object {
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ module.exports = {
223
223
subMenu : [
224
224
{
225
225
title : 'All challenges' ,
226
- link : '/challenges' ,
226
+ href : '/challenges' ,
227
227
} ,
228
228
{
229
229
title : 'Competitive programming' ,
@@ -296,7 +296,7 @@ module.exports = {
296
296
ACCOUNT_MENU : [
297
297
{
298
298
title : 'Settings' ,
299
- link : '/settings/profile' ,
299
+ href : '/settings/profile' ,
300
300
} ,
301
301
{
302
302
title : 'Payments' ,
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ module.exports = {
66
66
subMenu : [
67
67
{
68
68
title : 'All challenges' ,
69
- link : '/challenges' ,
69
+ href : '/challenges' ,
70
70
} ,
71
71
{
72
72
title : 'COMPETITIVE PROGRAMMING' ,
@@ -139,7 +139,7 @@ module.exports = {
139
139
ACCOUNT_MENU : [
140
140
{
141
141
title : 'Settings' ,
142
- link : '/settings/profile' ,
142
+ href : '/settings/profile' ,
143
143
} ,
144
144
{
145
145
title : 'Payments' ,
You can’t perform that action at this time.
0 commit comments