mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-19 10:14:21 -05:00
fix: update Buy Me a Coffee links to correct profile URL
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</p>
|
||||
|
||||
<nav class="flex items-center gap-4 ">
|
||||
<BuyMeCoffee url="https://www.buymeacoffee.com/" /> <!-- And here -->
|
||||
<BuyMeCoffee url="https://buymeacoffee.com/kayvansylvan" /> <!-- And here -->
|
||||
</nav>
|
||||
</div>
|
||||
</footer>
|
||||
@@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
export let url: string = 'https://www.buymeacoffee.com/johnconnor.sec';
|
||||
export let url: string = 'https://buymeacoffee.com/kayvansylvan';
|
||||
export let text: string = 'Buy me a coffee';
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user