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:
@@ -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'
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user