1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-17 03:51:13 +02:00

move images to assets folder

This commit is contained in:
Kushagra Gour
2018-07-31 01:03:38 +05:30
parent 679df53c2a
commit ea5d12d555
12 changed files with 11 additions and 7 deletions

View File

@@ -2,16 +2,16 @@ export default [
{
id: 'preact',
title: 'Preact',
img: 'preact-logo.svg'
img: 'assets/preact-logo.svg'
},
{
id: 'react',
title: 'React',
img: 'react-logo.svg'
img: 'assets/react-logo.svg'
},
{
id: 'kontra-game-engine',
title: 'Kontra Game Engine',
img: 'html5-logo.svg'
img: 'assets/html5-logo.svg'
}
];