From b73f3632dfb148ce5ba3ac63637fc0921d98d09d Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sat, 17 Aug 2024 14:30:30 +0000 Subject: [PATCH 01/15] font-size change --- src/styles/post.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/post.css b/src/styles/post.css index fcc8294..57e1fe0 100644 --- a/src/styles/post.css +++ b/src/styles/post.css @@ -42,6 +42,7 @@ .IBMSMSMBSSPostTitleHeading { width: 100%; + font-size: 32px; } .IBMSMSMBSSPostTitleText { From 8395d4fc31f8fb5b4107e610776cdf770413cbae Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sat, 17 Aug 2024 14:31:40 +0000 Subject: [PATCH 02/15] text change --- src/components/ProfileSection.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/ProfileSection.tsx b/src/components/ProfileSection.tsx index 60acad7..0b15bad 100644 --- a/src/components/ProfileSection.tsx +++ b/src/components/ProfileSection.tsx @@ -179,17 +179,17 @@ const posts: Post[] = [ { name: 'User name', link: `feed-note.html`, - content: `user bio, this is a long string of temporary text that would be replaced with the user post from their short posts` + content: `user text, this is a long string of temporary text that would be replaced with the user post from their short posts` }, { - name: 'Freakoverse', + name: 'User name', link: 'feed-note.html', - content: `user bio, this is a long string of temporary text that would be replaced with the user post from their short posts` + content: `user text, this is a long string of temporary text that would be replaced with the user post from their short posts` }, { - name: 'Freakoverse', + name: 'User name', link: `feed-note.html`, - content: `user bio, this is a long string of temporary text that would be replaced with the user post from their short posts`, + content: `user text, this is a long string of temporary text that would be replaced with the user post from their short posts`, imageUrl: '/assets/img/DEGMods%20Placeholder%20Img.png' } ] From 0211e380a094d33c86f360545e41c0a1ebc3636e Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sat, 17 Aug 2024 15:40:35 +0000 Subject: [PATCH 03/15] color adjustment --- src/styles/author.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/author.css b/src/styles/author.css index 78a2865..8fe56dc 100644 --- a/src/styles/author.css +++ b/src/styles/author.css @@ -157,6 +157,7 @@ } .IBMSMSMSSS_Author_Top_Handle { + color: rgba(255,255,255,0.5); } .IBMSMSMSSS_Author_Top_NostrLinksLink.IBMSMSMSSS_A_T_NLL_IBMSMSMSSSFollow { From 21ef8c61f4a00c23780e89f9bc012245e8d29da8 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 18 Aug 2024 09:07:23 +0000 Subject: [PATCH 04/15] Update public/.well-known/nostr.json --- public/.well-known/nostr.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/public/.well-known/nostr.json b/public/.well-known/nostr.json index ca19f7c..4983442 100644 --- a/public/.well-known/nostr.json +++ b/public/.well-known/nostr.json @@ -1,6 +1,28 @@ { "names": { + //Official "degmods": "f4bf1fb5ba8be839f70c7331733e309f780822b311f63e01f9dc8abbb428f8d5", - "freakoverse": "3cea4806b1e1a9829d30d5cb8a78011d4271c6474eb31531ec91f28110fe3f40" + "degmodsreposter": "7382a4cc21742ac3e3581f1c653a41f912e985e6a941439377803b866042e53f", + + //Primary + "freakoverse": "3cea4806b1e1a9829d30d5cb8a78011d4271c6474eb31531ec91f28110fe3f40", + + //Secondary + "nostrdev": "27487c9600b16b24a1bfb0519cfe4a5d1ad84959e3cce5d6d7a99d48660a1f78", + + //Contributors + + //Backers + "Merlin": "76dd32f31619b8e35e9f32e015224b633a0df8be8d5613c25b8838a370407698", + "makano": "fd5989ddfadd9e2af6ceb8b63942a9e31b37367e89917931ede3b2ea76823f10", + "reya": "126103bfddc8df256b6e0abfd7f3797c80dcc4ea88f7c2f87dd4104220b4d65f", + "podcast_at_melonmancy.net": "4f66998fc435425257e5672a58b5c6fefda86a8b33514780e52d024a54f50ede" + + //Subscribers + + //Subscribers_Permanent + + //Other + } } \ No newline at end of file From 50de8ef84c32a18d91ca474da1ce6ac5ff5d0770 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 18 Aug 2024 10:19:16 +0000 Subject: [PATCH 05/15] headings font size changes --- src/styles/styles.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/styles/styles.css b/src/styles/styles.css index 8250b51..ecc0f18 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -46,6 +46,30 @@ h6 { margin: 0; } +h1 { + font-size: 38px +} + +h2 { + font-size: 32px +} + +h3 { + font-size: 24px +} + +h4 { + font-size: 20px +} + +h5 { + font-size: 18px +} + +h6 { + font-size: 16px +} + .IBMSecMain { width: 100%; display: flex; From e4c09399ec91dd509503370231db8a5822a5f7ca Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 18 Aug 2024 10:25:15 +0000 Subject: [PATCH 06/15] Update src/styles/post.css --- src/styles/post.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/post.css b/src/styles/post.css index 57e1fe0..fcc8294 100644 --- a/src/styles/post.css +++ b/src/styles/post.css @@ -42,7 +42,6 @@ .IBMSMSMBSSPostTitleHeading { width: 100%; - font-size: 32px; } .IBMSMSMBSSPostTitleText { From fd5a9e7e4f527786b6d6c00efef21703fa33fe7c Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 18 Aug 2024 10:30:41 +0000 Subject: [PATCH 07/15] Update src/index.css --- src/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.css b/src/index.css index 96e9696..0f79a1a 100644 --- a/src/index.css +++ b/src/index.css @@ -43,10 +43,12 @@ a:hover { color: #535bf2; } +/* h1 { font-size: 3.2em; line-height: 1.1; } +*/ button { border-radius: 8px; From 02843028f74e5c8d1bcd70829d34cbc558d9cbb5 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 18 Aug 2024 17:22:11 +0000 Subject: [PATCH 08/15] Update src/styles/styles.css --- src/styles/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/styles.css b/src/styles/styles.css index ecc0f18..412c8b4 100644 --- a/src/styles/styles.css +++ b/src/styles/styles.css @@ -316,6 +316,7 @@ h6 { justify-content: start; align-items: center; grid-gap: 10px; + cursor: pointer; } .dropdownMainMenuItem:hover { From 2222c787422713547a4f58767c819b69e14f07a1 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 18 Aug 2024 18:21:04 +0000 Subject: [PATCH 09/15] text edit --- src/pages/about.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/about.tsx b/src/pages/about.tsx index d85d3d9..52f35a9 100644 --- a/src/pages/about.tsx +++ b/src/pages/about.tsx @@ -159,7 +159,9 @@ export const AboutPage = () => { on this platform/site. Pretend its not even there. We're not even making any money out of this project/site, in-fact, we're running at a loss (unless direct donations/tips covers - it). This is just a passion project to help free (liberate) + it, and/or we managed to add reasonable monetization systems + to help cover further development and maintenance costs). + This is just a passion project to help free (liberate) game mods and their creators, and this part potentially helps them financially, even those in other countries where "normal" methods of money payment/transfer are not an From 3440cc0fb63dfab79f7e9371dee721aa7fb4fcf4 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 18 Aug 2024 18:38:36 +0000 Subject: [PATCH 10/15] text edits --- src/pages/about.tsx | 45 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/src/pages/about.tsx b/src/pages/about.tsx index 52f35a9..4e36730 100644 --- a/src/pages/about.tsx +++ b/src/pages/about.tsx @@ -10,44 +10,68 @@ export type FAQItem = { const FAQ_ITEMS: FAQItem[] = [ { - question: "You don't host mods files?", + question: "You don't host mod files?", answer: "Nope. And that's for the better." }, { - question: 'How do you assure security on the files?', + question: 'How do you assure security of game mod files that someone downloads?', answer: - "We don't, but you, as the user, do. You know how sometimes you go to some forums or social sites and someone shares a download link, you'd see someone asking 'is this link safe?' and people would reply with yes/no, etc. People will be doing that same process here, with a bit of help by having a simple reaction system for each link so you'd get a quicker idea on the safety of these links that's being provided by mod creators." + "We don't, but you, as the user, do. You know how sometimes you go to some forums or + social sites and someone shares a download link, you'd see someone asking 'is this + link safe?' and people would reply with yes/no, etc. People will be doing that same process + here, with a bit of help by having a simple reaction system for each link so you'd get a quicker + idea on the safety of these links that's being provided by mod creators. Also, mod creators + should include a scan link to help with this process." }, { question: "Why are you quoting 'account'?", answer: - "Because technically you aren't creating an 'account', you're generating/creating/obtaining an address/key-pair. Check the next question/answer to get more details." + "Because technically you aren't creating an 'account', you're generating/creating/obtaining + an address/key-pair. Check the next question/answer to get more details." }, { question: "You 'can't' remove mods or ban accounts? How does that work?", answer: - "I'll try my best to simplify the technicalities of this answer... Because of the nature of Nostr, the 'account' creation process involves the generation/obtaining two cryptographic key pairs, one private (think of that as your password that you cannot change), and one public (think of that as your username that you cannot change). These keypairs are coming from the Nostr protocol itself, and nobody controls Nostr, it's just there. Considering that, we can't 'ban' anyone directly. We might have a mute-list with public address that won't show their posts/submissions on this site, but they are still there and accessible by anyone. It's the same with someone's posts, we can't touch those as well. Gist: If someone put a gun to your / the team's head, will you censor or ban anyone? No, because we can't." + "I'll try my best to simplify the technicalities of this answer. Because of the nature of Nostr, + the 'account' creation process involves the generation of two cryptographic key pairs, one + private (think of that as your password that you cannot change), and one public (think of that as + your username that you cannot change). These keypairs are coming from the Nostr protocol itself, + and nobody controls Nostr, it's just there. Considering that, we can't 'ban' anyone directly. + We might have a mute-list with a public address that won't show their posts/submissions on this + site, but they are still there and accessible by anyone. It's the same with someone's posts, + we can't touch those as well. Gist: If someone put a gun to our heads, will we be able to + censor or ban anyone? No, because we can't." }, { question: "You can't do anything about any mod or person? Nothing at all? What about the illegal stuff?", answer: - "Directly removing the content can't be done, and directly 'banning' someone also can't be done. At most, pages/posts and people can be filtered out / hidden from the website, but people can still see the content with a quick copy/paste." + "Directly removing the content can't be done, and directly 'banning' someone also can't be done. + At most, pages/posts and people can be filtered out / hidden from the website, but people can + still see the content with a quick copy/paste." }, { question: 'Why did you have to add Bitcoin? Why not traditional payment methods like Visa, PayPal, etc?', answer: - "For various reasons. With traditional payment methods, not everyone has access to them, they can pressure/threaten us or mod creators or even gamers to censor or ban or not use this site by holding our funds or take them away, they can prevent you from tipping on this site or specific mod creators, and there's no privacy, among other reasons. With Bitcoin, anyone has access to it, nobody controls it so you can't be threatened with/by it, you can actually own it so you control it, and with it you're Pseudonymous." + "For various reasons. With traditional payment methods, not everyone has access to them, they + can pressure/threaten us or mod creators, or even gamers, to censor or ban, or not use this site + by holding our funds or steal them. They can prevent you from tipping on this site or + specific mod creators, and there's no privacy. These are just a few reasons why we aren't using + traditional payment methods. With Bitcoin, anyone has access to it, nobody controls it so you + can't be threatened with/by it, where you can actually own it so and properly control it, + and with it you're Pseudonymousity." }, { question: 'Is this an open-source project?', - answer: "Yes. Here's the repo." + answer: "Yes. Here's one source of the repo." }, { question: "Who's developing / maintaining DEG Mods?", answer: - 'Considering this is an open-source project, anyone can contribute to its development and maintenance. With that said, the initial idea-tor, designer, and frontend developer is Freakoverse, the initial backend developer and Nostr implementor is NAME.' + 'Considering this is an open-source project, anyone can contribute to its development and maintenance. + With that said, the initial idea-tor, designer, and frontend developer is Freakoverse, the co-developer + is Nostr Dev.' }, { question: "Who's that character above with the orange hair?", @@ -56,7 +80,8 @@ const FAQ_ITEMS: FAQItem[] = [ { question: "Who's that character above with the purple hair?", answer: - "That's Moda-chan. DEG Mods' mascot. She's a master game mod creator! (Yes, she was AI generated, as such her design is temporary and will be replaced with a design created by an artist (or artists) when that time comes.)" + "That's Moda-chan. DEG Mods' mascot. She's a master game mod creator! (Yes, she was AI generated, as such + her design is temporary and will be replaced with a design created by an artist (or artists) when that time comes.)" } ] From d462c9bd93a63404deea3ee6737701071f659439 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 18 Aug 2024 18:43:37 +0000 Subject: [PATCH 11/15] Update src/pages/about.tsx --- src/pages/about.tsx | 71 +++++++++++++++------------------------------ 1 file changed, 24 insertions(+), 47 deletions(-) diff --git a/src/pages/about.tsx b/src/pages/about.tsx index 4e36730..7be1dec 100644 --- a/src/pages/about.tsx +++ b/src/pages/about.tsx @@ -11,79 +11,56 @@ export type FAQItem = { const FAQ_ITEMS: FAQItem[] = [ { question: "You don't host mod files?", - answer: "Nope. And that's for the better." + answer: `No, we provide a platform for creators to share their mods, + ensuring they remain free from our control or censorship.` }, { question: 'How do you assure security of game mod files that someone downloads?', - answer: - "We don't, but you, as the user, do. You know how sometimes you go to some forums or - social sites and someone shares a download link, you'd see someone asking 'is this - link safe?' and people would reply with yes/no, etc. People will be doing that same process - here, with a bit of help by having a simple reaction system for each link so you'd get a quicker - idea on the safety of these links that's being provided by mod creators. Also, mod creators - should include a scan link to help with this process." + answer: `We don't assure security directly. However, we provide a reaction + system to help users gauge the safety of download links, and mod creators + are encouraged to include scan links.` }, { question: "Why are you quoting 'account'?", - answer: - "Because technically you aren't creating an 'account', you're generating/creating/obtaining - an address/key-pair. Check the next question/answer to get more details." + answer: `We use 'account' in quotes because technically you're generating a + key pair, not creating a traditional account. The next FAQ explains more.` }, { question: "You 'can't' remove mods or ban accounts? How does that work?", - answer: - "I'll try my best to simplify the technicalities of this answer. Because of the nature of Nostr, - the 'account' creation process involves the generation of two cryptographic key pairs, one - private (think of that as your password that you cannot change), and one public (think of that as - your username that you cannot change). These keypairs are coming from the Nostr protocol itself, - and nobody controls Nostr, it's just there. Considering that, we can't 'ban' anyone directly. - We might have a mute-list with a public address that won't show their posts/submissions on this - site, but they are still there and accessible by anyone. It's the same with someone's posts, - we can't touch those as well. Gist: If someone put a gun to our heads, will we be able to - censor or ban anyone? No, because we can't." + answer: `Due to the decentralized nature of Nostr, accounts are linked to + cryptographic keys that can't be changed or banned. We can mute accounts + and filter content, but cannot directly censor or ban.` }, { - question: - "You can't do anything about any mod or person? Nothing at all? What about the illegal stuff?", - answer: - "Directly removing the content can't be done, and directly 'banning' someone also can't be done. - At most, pages/posts and people can be filtered out / hidden from the website, but people can - still see the content with a quick copy/paste." + question: "You can't do anything about any mod or person? Nothing at all? What about the illegal stuff?", + answer: `Direct removal or banning is not possible. We can only filter or + hide content on the site, but it remains accessible elsewhere.` }, { - question: - 'Why did you have to add Bitcoin? Why not traditional payment methods like Visa, PayPal, etc?', - answer: - "For various reasons. With traditional payment methods, not everyone has access to them, they - can pressure/threaten us or mod creators, or even gamers, to censor or ban, or not use this site - by holding our funds or steal them. They can prevent you from tipping on this site or - specific mod creators, and there's no privacy. These are just a few reasons why we aren't using - traditional payment methods. With Bitcoin, anyone has access to it, nobody controls it so you - can't be threatened with/by it, where you can actually own it so and properly control it, - and with it you're Pseudonymousity." + question: 'Why did you have to add Bitcoin? Why not traditional payment methods like Visa, PayPal, etc?', + answer: `Bitcoin is used for its accessibility, decentralization, and privacy. + Traditional methods can be restrictive and susceptible to control or censorship.` }, { question: 'Is this an open-source project?', - answer: "Yes. Here's one source of the repo." + answer: `Yes, DEG Mods is open-source. You can access the code repository + [here](https://github.com/your-repo).` }, { question: "Who's developing / maintaining DEG Mods?", - answer: - 'Considering this is an open-source project, anyone can contribute to its development and maintenance. - With that said, the initial idea-tor, designer, and frontend developer is Freakoverse, the co-developer - is Nostr Dev.' + answer: `This project is open-source with contributions from various developers. + The initial contributors include Freakoverse and Nostr Dev.` }, { question: "Who's that character above with the orange hair?", - answer: "That's Vivian James. A gamer that just wants to game in peace." + answer: `That's Vivian James, a fictional gamer character.` }, { question: "Who's that character above with the purple hair?", - answer: - "That's Moda-chan. DEG Mods' mascot. She's a master game mod creator! (Yes, she was AI generated, as such - her design is temporary and will be replaced with a design created by an artist (or artists) when that time comes.)" + answer: `That's Moda-chan, the DEG Mods mascot. She's a master game mod creator + and will be given a new design by an artist soon.` } -] +]; export const AboutPage = () => { return ( From d425b9ec878d5a0b8d6e68f8151448435925c820 Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 18 Aug 2024 19:05:06 +0000 Subject: [PATCH 12/15] text edits --- src/pages/about.tsx | 42 ++++++++++++++++++++++++++---------------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/src/pages/about.tsx b/src/pages/about.tsx index 7be1dec..50f828c 100644 --- a/src/pages/about.tsx +++ b/src/pages/about.tsx @@ -11,35 +11,43 @@ export type FAQItem = { const FAQ_ITEMS: FAQItem[] = [ { question: "You don't host mod files?", - answer: `No, we provide a platform for creators to share their mods, - ensuring they remain free from our control or censorship.` + answer: `We don't handle that directly, but you, as the creator, will.` }, { question: 'How do you assure security of game mod files that someone downloads?', - answer: `We don't assure security directly. However, we provide a reaction - system to help users gauge the safety of download links, and mod creators - are encouraged to include scan links.` + answer: `We don't assure security directly. However, we will provide a reaction + system to help users gauge the safety of download links, and mod creators + are encouraged to include scan links.` }, { question: "Why are you quoting 'account'?", answer: `We use 'account' in quotes because technically you're generating a - key pair, not creating a traditional account. The next FAQ explains more.` + key pair, not creating a traditional account. The next FAQ explains more.` }, { question: "You 'can't' remove mods or ban accounts? How does that work?", - answer: `Due to the decentralized nature of Nostr, accounts are linked to - cryptographic keys that can't be changed or banned. We can mute accounts - and filter content, but cannot directly censor or ban.` + answer: `I'll try my best to simplify the technicalities of this answer... Because of the nature of Nostr, + the 'account' creation process involves the generation/obtaining two cryptographic key pairs, + one private (think of that as your password that you cannot change), and one public (think of that + as your username that you cannot change). These key pairs are coming from the Nostr protocol itself, + and nobody controls Nostr, it's just there. Considering that, we can't 'ban' anyone directly. We might + have a mute-list with public addresses that won't show their posts/submissions on this site, but they + are still there and accessible by anyone. It's the same with someone's posts, we can't touch those as well. + Gist: If someone put a gun to your / the team's head, will you censor or ban anyone? No, because we can't.` }, { question: "You can't do anything about any mod or person? Nothing at all? What about the illegal stuff?", answer: `Direct removal or banning is not possible. We can only filter or - hide content on the site, but it remains accessible elsewhere.` + hide content on the site, but it remains accessible on here and elsewhere.` }, { question: 'Why did you have to add Bitcoin? Why not traditional payment methods like Visa, PayPal, etc?', - answer: `Bitcoin is used for its accessibility, decentralization, and privacy. - Traditional methods can be restrictive and susceptible to control or censorship.` + answer: `For various reasons. With traditional payment methods, not everyone has access to them, they + can pressure or threaten us, mod creators, or even gamers to censor or ban, or restrict usage of this site + by holding our funds or stealing them. They can prevent you from tipping on this site or specific mod creators, + and there's no privacy. These are just a few reasons why we aren't using traditional payment methods. + With Bitcoin, anyone has access to it, nobody controls it so you can't be threatened with/by it, + you can actually own and properly control it, and it provides pseudonymity.` }, { question: 'Is this an open-source project?', @@ -48,8 +56,9 @@ const FAQ_ITEMS: FAQItem[] = [ }, { question: "Who's developing / maintaining DEG Mods?", - answer: `This project is open-source with contributions from various developers. - The initial contributors include Freakoverse and Nostr Dev.` + answer: `Considering this is an open-source project, anyone can contribute to its development and maintenance. + With that said, the initial idea-tor, designer, and frontend developer is [Freakoverse](https://primal.net/p/npub18n4ysp43ux5c98fs6h9c57qpr4p8r3j8f6e32v0vj8egzy878aqqyzzk9r), and the co-developer + is [Nostr Dev](https://nostrdev.com/).` }, { question: "Who's that character above with the orange hair?", @@ -57,8 +66,9 @@ const FAQ_ITEMS: FAQItem[] = [ }, { question: "Who's that character above with the purple hair?", - answer: `That's Moda-chan, the DEG Mods mascot. She's a master game mod creator - and will be given a new design by an artist soon.` + answer: `That's Moda-chan. DEG Mods' mascot. She's a master game mod creator! (Yes, she was AI-generated, + as such her design is temporary and will be replaced with a design created by an artist (or artists) + when that time comes.)` } ]; From d7246e3cb0f3987d5f5c8970b680b4060a58d62d Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 18 Aug 2024 19:08:27 +0000 Subject: [PATCH 13/15] link edit --- src/pages/about.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/about.tsx b/src/pages/about.tsx index 50f828c..66fdcba 100644 --- a/src/pages/about.tsx +++ b/src/pages/about.tsx @@ -120,7 +120,7 @@ export const AboutPage = () => { imposing their ideals. DEG Mods aims to change that narrative by being developed on Nostr, a revolutionary new communications protocol.{' '} - + Learn more about Nostr here.
From 434fbd99c0244ca0e4208b95a563fe65d4b28a7b Mon Sep 17 00:00:00 2001 From: freakoverse Date: Sun, 18 Aug 2024 23:32:47 +0000 Subject: [PATCH 14/15] adjusted registration popup buttons/links --- src/layout/header.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/layout/header.tsx b/src/layout/header.tsx index d2e2a8d..b791ced 100644 --- a/src/layout/header.tsx +++ b/src/layout/header.tsx @@ -481,10 +481,10 @@ const RegisterButtonWithDialog = () => { - Alby Browser Extension + Nostr Connect Browser Extension { > Keys.Band Browser Extension + + nos2x Browser Extension +

Date: Sun, 18 Aug 2024 23:34:22 +0000 Subject: [PATCH 15/15] text edit --- src/layout/header.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/layout/header.tsx b/src/layout/header.tsx index b791ced..690cc84 100644 --- a/src/layout/header.tsx +++ b/src/layout/header.tsx @@ -484,7 +484,7 @@ const RegisterButtonWithDialog = () => { href='https://chromewebstore.google.com/detail/nostr-connect/ampjiinddmggbhpebhaegmjkbbeofoaj' target='_blank' > - Nostr Connect Browser Extension + Nostr Connect { href='https://keys.band/' target='_blank' > - Keys.Band Browser Extension + Keys.Band { href='https://chromewebstore.google.com/detail/nos2x/kpgefcfmnafjgpblomihpgmejjdanjjp' target='_blank' > - nos2x Browser Extension + nos2x