1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-30 02:00:10 +02:00

template reordering and ui improvement

This commit is contained in:
Kushagra Gour
2018-10-24 14:44:48 +05:30
parent 7fedd4cca9
commit dc35b3d601
4 changed files with 16 additions and 8 deletions

View File

@@ -21,6 +21,7 @@ export function CreateNewModal({
<div class="saved-items-pane__container">
{templates.map(template => (
<ItemTile
inline
item={template}
focusable
onClick={onTemplateSelect.bind(null, template)}