Skip to content

Commit

Permalink
Merge pull request #141 from teambtcmap/Nostr.com
Browse files Browse the repository at this point in the history
Change to nostr.com for nostr links
  • Loading branch information
secondl1ght committed May 7, 2024
2 parents 176ecdd + 8c64635 commit 85f6a7d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/Socials.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</a>
{/if}
{#if nostr}
<a href="https://snort.social/p/{nostr}" target="_blank" rel="noreferrer" class="m-1">
<a href="https://nostr.com/{nostr}" target="_blank" rel="noreferrer" class="m-1">
<span class="flex h-[40px] w-[40px] items-center justify-center rounded-full bg-nostr">
<Icon w="28" h="28" icon="nostr" type="socials" style="text-white" />
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -3802,7 +3802,7 @@ <h2 class="text-xl font-semibold text-primary dark:text-white">
></use></svg
></a>
<a
href="https://snort.social/p/npub1864jglrrhv6alguwql9pqtmd5296nww5dpcewapmmcazk8vq4mks0tt2tq"
href="https://nostr.com/npub1864jglrrhv6alguwql9pqtmd5296nww5dpcewapmmcazk8vq4mks0tt2tq"
target="_blank"
rel="noreferrer"
class="inline-block rounded-full bg-link p-2 text-white transition-colors hover:bg-hover dark:bg-white/[0.15] dark:hover:bg-link"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { readable, writable, type Writable } from 'svelte/store';

export const socials = readable({
twitter: 'https://twitter.com/btcmap',
nostr: 'https://snort.social/p/npub1864jglrrhv6alguwql9pqtmd5296nww5dpcewapmmcazk8vq4mks0tt2tq',
nostr: 'https://nostr.com/npub1864jglrrhv6alguwql9pqtmd5296nww5dpcewapmmcazk8vq4mks0tt2tq',
discord: 'https://discord.gg/wPqva83uzq',
github: 'https://github.com/teambtcmap',
amboss: 'https://amboss.space/community/edf8d227-9bc7-4cb2-af2a-66c1b455109a'
Expand Down
2 changes: 1 addition & 1 deletion src/routes/about-us/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
{
name: 'Andrej',
title: 'Icon Designer',
url: 'https://snort.social/p/designsats@nostrplebs.com',
url: 'https://nostr.com/npub1cak3t8wa5zaxe99mfrzqzt8h2hp0lvalk8agj3qmthkmrs3zvlaqyt964v',
file: 'png'
}
];
Expand Down
2 changes: 1 addition & 1 deletion static/offline.html
Original file line number Diff line number Diff line change
Expand Up @@ -3816,7 +3816,7 @@ <h1 class="text-4xl text-primary dark:text-white md:text-5xl">You are offline.</
></use></svg
></a>
<a
href="https://snort.social/p/npub1864jglrrhv6alguwql9pqtmd5296nww5dpcewapmmcazk8vq4mks0tt2tq"
href="https://nostr.com/npub1864jglrrhv6alguwql9pqtmd5296nww5dpcewapmmcazk8vq4mks0tt2tq"
target="_blank"
rel="noreferrer"
class="inline-block rounded-full bg-link p-2 text-white transition-colors hover:bg-hover dark:bg-white/[0.15] dark:hover:bg-link"
Expand Down

0 comments on commit 85f6a7d

Please sign in to comment.