Skip to content

Commit

Permalink
Minor fixes to fix nostr.com integration.
Browse files Browse the repository at this point in the history
  • Loading branch information
dadofsambonzuki committed May 7, 2024
1 parent b1f0197 commit 8c64635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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://nostr.com/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://nostr.com/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 8c64635

Please sign in to comment.