Move Nostr 101 HelpTip from ContentSettings subtitle to Network settings title

This commit is contained in:
Lemon
2026-03-21 16:02:29 -07:00
parent 9a576321c7
commit bbf816b50a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -23,8 +23,8 @@ export function ContentSettingsPage() {
</Link>
<div>
<h1 className="text-xl font-bold flex items-center gap-1.5">Home Feed <HelpTip faqId="fyp" /></h1>
<p className="text-sm text-muted-foreground mt-0.5 flex items-center gap-1">
Nostr supports many content types beyond text posts. Customize which appear in your home feed. <HelpTip faqId="what-is-nostr" iconSize="size-3.5" />
<p className="text-sm text-muted-foreground mt-0.5">
Nostr supports many content types beyond text posts. Customize which appear in your home feed.
</p>
</div>
</div>
+1 -1
View File
@@ -32,7 +32,7 @@ export function NetworkSettingsPage() {
<ArrowLeft className="size-5" />
</Link>
<div>
<h1 className="text-xl font-bold">Network</h1>
<h1 className="text-xl font-bold flex items-center gap-1.5">Network <HelpTip faqId="what-is-nostr" /></h1>
<p className="text-sm text-muted-foreground mt-0.5">
Relays are servers that store and distribute content across the Nostr network. Blossom servers handle file uploads.
</p>