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:
parent
ebee6f52e8
commit
16840a6040
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue