fix: update support button link in Navbar component

This commit is contained in:
Sean Morley
2025-06-05 15:02:01 -04:00
parent ebee6f52e8
commit 16840a6040

View File

@@ -297,7 +297,7 @@
>
<button
class="btn btn-sm mt-2"
on:click={() => (window.location.href = 'https://buymeacoffee.com/seanmorley15')}
on:click={() => (window.location.href = 'https://seanmorley.com/sponsor')}
>{$t('navbar.support')} 💖</button
>
<p class="font-bold m-4 text-lg text-center">{$t('navbar.language_selection')}</p>