update internal embed icon

This commit is contained in:
Maxime Cannoodt 2022-07-11 00:49:22 +02:00
parent 5fb0ed7d19
commit ed0f84e002

View File

@ -11,12 +11,14 @@
class="px-4 py-12 border border-zinc-300 dark:border-zinc-600 inline-flex flex-col items-center justify-center"
>
<span class="h-8 text-zinc-400 ml-0.5 inline-flex items-center whitespace-nowrap gap-1"
><EmbedIcon />
><span class="w-8 h-8 inline-block">
<EmbedIcon />
</span>
<span>Internal embed</span>
</span>
<span class="underline cursor-not-allowed inline-flex items-center">
<span class="text-[#705dcf] opacity-50">{text}</span>
<span class="h-3 mb-2 text-zinc-400 ml-0.5"><FaRegQuestionCircle /></span>
<span class="inline-block w-3 h-3 mb-2 text-zinc-400 ml-0.5"><FaRegQuestionCircle /></span>
</span>
</div>
</dfn>