fix: update support button link in Navbar component
This commit is contained in:
@@ -297,7 +297,7 @@
|
|||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
class="btn btn-sm mt-2"
|
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
|
>{$t('navbar.support')} 💖</button
|
||||||
>
|
>
|
||||||
<p class="font-bold m-4 text-lg text-center">{$t('navbar.language_selection')}</p>
|
<p class="font-bold m-4 text-lg text-center">{$t('navbar.language_selection')}</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user