small fix in custom recent page

This commit is contained in:
Nuno Coração 2024-03-20 00:16:24 +00:00
parent a7ae2030f0
commit 74b985654e

View file

@ -36,8 +36,9 @@
<div class="mt-10 flex justify-center"> <div class="mt-10 flex justify-center">
<a href="{{ $showMoreLinkDest }}"> <a href="{{ $showMoreLinkDest }}">
<button <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">Show 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">
More</button> {{ i18n "recent.show_more" | markdownify | emojify }}
</button>
</a> </a>
</div> </div>
{{ end }} {{ end }}