Fix license link

This commit is contained in:
Gabe Kangas
2023-01-26 16:37:29 -08:00
parent d9914f3abd
commit 05151ab95f
2 changed files with 10 additions and 11 deletions
+21
View File
@@ -0,0 +1,21 @@
import { Canvas, Meta, Story } from '@storybook/addon-docs';
import { Image, ImageRow } from './ImageAsset';
<Meta title="owncast/Assets/Emoji" />
# Built-in Custom Emoji
{{#each emojiCollections}}
## {{capitalize this.name}}
<a href="img/emoji/{{this.name}}/LICENSE.md" target="_blank">
LICENSE
</a>
<ImageRow images={[
{{#each this.images}}
{src: "{{this.src}}", name: "{{this.name}}"},
{{/each}}
]}/>
{{/each}}