fix: use span to fix 'cannot use div inside of a p tag'

This commit is contained in:
metamethods 2024-12-31 20:39:26 -08:00
parent c11279ba21
commit 7cd4574580

View File

@ -1 +1 @@
<div class="inline-block h-[2px] w-4 rounded-full bg-current brightness-50"></div> <span class="inline-block h-[2px] w-4 rounded-full bg-current brightness-50"></span>