style: increase footer and Ko-Fi badge font-size

This commit is contained in:
2026-06-03 18:14:07 +02:00
parent 6ed8b2a8e7
commit 4cf70a3431
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export default function AppFooter() {
aria-label={t('footer.kofi_title')}
onClick={() => trackPlausibleEvent(PlausibleEvents.KOFI_LINK_CLICKED)}
>
<Coffee size={12} aria-hidden="true" />
<Coffee size={14} aria-hidden="true" />
<span>{t('footer.kofi_label')}</span>
</a>
</footer>