Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to nostr.com for nostr links #141

Merged
merged 2 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/p/designsats@nostrplebs.com',
dadofsambonzuki marked this conversation as resolved.
Show resolved Hide resolved
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/p/npub1864jglrrhv6alguwql9pqtmd5296nww5dpcewapmmcazk8vq4mks0tt2tq"
dadofsambonzuki marked this conversation as resolved.
Show resolved Hide resolved
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