mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-12-23 22:58:17 -05:00
fix: update support button link in Navbar component
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user