1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 04:49:37 +02:00

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>