Split out emoji stories per collection

This commit is contained in:
Gabe Kangas
2023-01-26 20:46:10 -08:00
parent 2672dc2f1b
commit ed3ba377b1
2 changed files with 25 additions and 5 deletions

View File

@@ -9,7 +9,10 @@ import { Image, ImageRow } from './ImageAsset';
## {{capitalize this.name}}
<a href="img/emoji/{{this.name}}/LICENSE.md" target="_blank">
<Story
name="{{capitalize this.name}}"
>
<a href="img/emoji/{{this.name}}/LICENSE.md" target="_blank">
LICENSE
</a>
<ImageRow images={[
@@ -17,5 +20,6 @@ import { Image, ImageRow } from './ImageAsset';
{src: "{{this.src}}", name: "{{this.name}}"},
{{/each}}
]}/>
</Story>
{{/each}}