Skip to content

Commit

Permalink
Add Twitter & Nostr in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelWuensch committed Jul 16, 2023
1 parent 5ca99bb commit 9b040b3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
<a href={$links.discord} target="_blank" rel="noreferrer">
<img src="/images/social/discord.svg" alt="discord" />
</a>
<a href={$links.twitter} target="_blank" rel="noreferrer">
<img src="/images/social/twitter.svg" alt="twitter" />
</a>
<a href={$links.nostr} target="_blank" rel="noreferrer">
<img src="/images/social/nostr.svg" alt="nostr" />
</a>
</div>

<div class="flex justify-center space-x-8">
Expand Down
4 changes: 3 additions & 1 deletion src/lib/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ import { readable } from 'svelte/store';

export const links = readable({
github: 'https://github.com/michaelWuensch/BitBanana',
discord: 'https://discord.gg/Xg85BuTc9A'
discord: 'https://discord.gg/Xg85BuTc9A',
twitter: 'https://twitter.com/BitBananaApp',
nostr: 'https://snort.social/p/npub1dwn7wphjhrlej6ks4sktgn77w82ayq6hn6lj37ll75tav55nd3vq07xzaj'
});
9 changes: 9 additions & 0 deletions static/images/social/nostr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/images/social/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b040b3

Please sign in to comment.