Skip to content

Commit

Permalink
馃悰 A small alignmnet fix in the template file
Browse files Browse the repository at this point in the history
  • Loading branch information
atapas committed Feb 16, 2022
1 parent ad25ed1 commit c32916c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions plop-templates/play.hbs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
id: '{{dashCase id}}',
name: '{{name}}',
description: '{{description}}',
component: () => {return <{{component}} />},
path: '/plays/{{folder}}',
level: '{{level}}',
tags: '{{tags}}',
github: '{{github}}',
blog: '{{blog}}',
video: '{{video}}'
}, //replace new play item here
id: '{{dashCase id}}',
name: '{{name}}',
description: '{{description}}',
component: () => {return <{{component}} />},
path: '/plays/{{folder}}',
level: '{{level}}',
tags: '{{tags}}',
github: '{{github}}',
blog: '{{blog}}',
video: '{{video}}'
}, //replace new play item here

0 comments on commit c32916c

Please sign in to comment.