Skip to content

Commit ddc8763

Browse files
adding url to menu items
1 parent 59789dd commit ddc8763

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/directory/Directory.component.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)