Merge pull request #262 from nunocoracao/252-show-more-is-not-being-pulled-from-i18n-dictionaries

🐛 Show more is not being pulled from i18n dictionaries
This commit is contained in:
Nuno Coração 2022-11-18 22:31:45 +00:00 committed by GitHub
commit 51adb817fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,8 +44,9 @@
<div class="mt-10 flex justify-center">
<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">Show
More</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 }}
</button>
</a>
</div>
{{ end }}