wip emojigen 37(fix link)

This commit is contained in:
こけっち 2022-05-07 22:58:46 +09:00
parent ffeb109afd
commit aecc01fd8a
No known key found for this signature in database
GPG Key ID: 21460619C5FC4DD1

View File

@ -58,7 +58,7 @@
<FormSection>
<template #label>{{ $ts.preview }}</template>
<img :src="emojiUrl" class="img" :alt="emojiName"/>
<img :src="emojiUrl" class="img" :alt="emojiName"/><br>
<MkLink :url="emojiUrl">{{ emojiUrl }}</MkLink>
</FormSection>
<FormButton primary class="_formBlock" @click="emojiApproval">{{ $ts.emojiApproval }}</FormButton>