Merge pull request #1504 from zoriya/main

 Use markdown emojify instead of dump emojify
This commit is contained in:
Nuno Coração
2024-05-31 15:01:03 +01:00
committed by GitHub
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>