File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,30 +17,30 @@ export default class Directory extends Component {
1717 title : 'jackets' ,
1818 imageUrl : 'https://i.ibb.co/px2tCc3/jackets.png' ,
1919 id : 2 ,
20- linkUrl : ''
20+ linkUrl : 'jackets '
2121 // linkUrl: 'shop/jackets'
2222 } ,
2323 {
2424 title : 'sneakers' ,
2525 imageUrl : 'https://i.ibb.co/0jqHpnp/sneakers.png' ,
2626 id : 3 ,
27- linkUrl : ''
27+ linkUrl : 'sneakers '
2828 // linkUrl: 'shop/sneakers'
2929 } ,
3030 {
3131 title : 'womens' ,
3232 imageUrl : 'https://i.ibb.co/GCCdy8t/womens.png' ,
3333 size : 'large' ,
3434 id : 4 ,
35- linkUrl : ''
35+ linkUrl : 'womens '
3636 // linkUrl: 'shop/womens'
3737 } ,
3838 {
3939 title : ' mens ' ,
4040 imageUrl : 'https://i.ibb.co/R70vBrQ/men.png' ,
4141 size : 'large' ,
4242 id : 5 ,
43- linkUrl : ''
43+ linkUrl : 'mens '
4444 // linkUrl: 'shop/mens'
4545 } ]
4646 }
You can’t perform that action at this time.
0 commit comments