This commit is contained in:
syuilo 2017-05-24 19:46:07 +09:00
parent 39edc11ad8
commit ec748cc28c
7 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
<mk-reaction-icon>
<virtual if={ opts.reaction == 'like' }>👍</virtual>
<virtual if={ opts.reaction == 'love' }>❤️</virtual>
<virtual if={ opts.reaction == 'laugh' }>😆</virtual>
<virtual if={ opts.reaction == 'hmm' }>🤔</virtual>
<virtual if={ opts.reaction == 'surprise' }>😮</virtual>
<virtual if={ opts.reaction == 'congrats' }>🎉</virtual>
<virtual if={ opts.reaction == 'like' }><img src="/assets/reactions/like" alt="%i18n:common.reactions.like%"></virtual>
<virtual if={ opts.reaction == 'love' }><img src="/assets/reactions/love" alt="%i18n:common.reactions.love%"></virtual>
<virtual if={ opts.reaction == 'laugh' }><img src="/assets/reactions/laugh" alt="%i18n:common.reactions.laugh%"></virtual>
<virtual if={ opts.reaction == 'hmm' }><img src="/assets/reactions/hmm" alt="%i18n:common.reactions.hmm%"></virtual>
<virtual if={ opts.reaction == 'surprise' }><img src="/assets/reactions/surprise" alt="%i18n:common.reactions.surprise%"></virtual>
<virtual if={ opts.reaction == 'congrats' }><img src="/assets/reactions/congrats" alt="%i18n:common.reactions.congrats%"></virtual>
<style>
:scope
display inline

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB