Use markdown emojify instead of dump emojify

This commit is contained in:
Zoe Roux
2024-05-31 12:37:29 +02:00
parent c03744bd54
commit 9dc7940718
31 changed files with 62 additions and 62 deletions

View File

@@ -37,7 +37,7 @@
<a href="{{ $showMoreLinkDest }}">
<button
class="bg-transparent hover:text-primary-500 prose dark:prose-invert font-semibold hover:text-white py-2 px-4 border border-primary-500 hover:border-transparent rounded">
{{ i18n "recent.show_more" | markdownify | emojify }}
{{ i18n "recent.show_more" | markdownify }}
</button>
</a>
</div>