From 2ad2cabb0315f772764aa28d39938a1b3f6b6735 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 8 Sep 2024 23:53:13 +0200 Subject: [PATCH] Remove overused fw-bold from infos (#1377) --- components/adv-post-form.js | 4 ++-- components/job-form.js | 2 +- components/territory-form.js | 2 +- pages/settings/index.js | 28 ++++++++++++++-------------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/components/adv-post-form.js b/components/adv-post-form.js index b9a18bc2..d60524c5 100644 --- a/components/adv-post-form.js +++ b/components/adv-post-form.js @@ -115,7 +115,7 @@ export default function AdvPostForm ({ children, item, storageKeyPrefix }) { label={
boost -
    +
    1. Boost ranks posts higher temporarily based on the amount
    2. The minimum boost is {numWithUnits(BOOST_MIN, { abbreviate: false })}
    3. Each {numWithUnits(BOOST_MULT, { abbreviate: false })} of boost is equivalent to one trusted upvote @@ -179,7 +179,7 @@ export default function AdvPostForm ({ children, item, storageKeyPrefix }) { label={
      crosspost to nostr -
        +
          {renderCrosspostDetails(itemType)}
        • requires NIP-07 extension for signing
        • we use your NIP-05 relays if set
        • diff --git a/components/job-form.js b/components/job-form.js index d3648a7b..afb2e028 100644 --- a/components/job-form.js +++ b/components/job-form.js @@ -167,7 +167,7 @@ function PromoteJob ({ item, sub }) { label={
          bid -
            +
            1. The higher your bid the higher your job will rank
            2. You can increase, decrease, or remove your bid at anytime
            3. You can edit or stop your job at anytime
            4. diff --git a/components/territory-form.js b/components/territory-form.js index a7561513..1c874d03 100644 --- a/components/territory-form.js +++ b/components/territory-form.js @@ -113,7 +113,7 @@ export default function TerritoryForm ({ sub }) { warn={archived && (
              this territory is archived -
                +
                • This territory got archived because the previous founder did not pay for the upkeep
                • You can proceed but will inherit the old content
                diff --git a/pages/settings/index.js b/pages/settings/index.js index 6f7fb207..274605d0 100644 --- a/pages/settings/index.js +++ b/pages/settings/index.js @@ -213,7 +213,7 @@ export default function Settings ({ ssrData }) { label={
                turbo zapping -
                  +
                  • Makes every additional bolt click raise your total zap to another 10x multiple of your default zap
                  • e.g. if your zap default is 10 sats
                      @@ -328,7 +328,7 @@ export default function Settings ({ ssrData }) { label={
                      hide invoice descriptions -
                        +
                        • Use this if you don't want funding sources to be linkable to your SN identity.
                        • It makes your invoice descriptions blank.
                        • This only applies to invoices you create @@ -348,7 +348,7 @@ export default function Settings ({ ssrData }) { label={
                          autodelete withdrawal invoices -
                            +
                            • use this to protect receiver privacy
                            • applies retroactively, cannot be reversed
                            • withdrawal invoices are kept at least {INVOICE_RETENTION_DAYS} days for security and debugging purposes
                            • @@ -385,7 +385,7 @@ export default function Settings ({ ssrData }) { label={
                              hide my linked github profile -
                                +
                                • Linked accounts are hidden from your profile by default
                                • uncheck this to display your github on your profile
                                • {me.optional.githubId === null && @@ -405,7 +405,7 @@ export default function Settings ({ ssrData }) { label={
                                  hide my linked nostr profile -
                                    +
                                    • Linked accounts are hidden from your profile by default
                                    • Uncheck this to display your npub on your profile
                                    • {me.optional.nostrAuthPubkey === null && @@ -425,7 +425,7 @@ export default function Settings ({ ssrData }) { label={
                                      hide my linked twitter profile -
                                        +
                                        • Linked accounts are hidden from your profile by default
                                        • Uncheck this to display your twitter on your profile
                                        • {me.optional.twitterId === null && @@ -465,7 +465,7 @@ export default function Settings ({ ssrData }) { label={
                                          allow anonymous diagnostics -
                                            +
                                            • collect and send back anonymous diagnostics data
                                            • this information is used to fix bugs
                                            • this information includes: @@ -493,7 +493,7 @@ export default function Settings ({ ssrData }) { label={
                                              filter by sats -
                                                +
                                                • hide the post if the sum of these is less than your setting:
                                                  • posting cost
                                                  • @@ -537,7 +537,7 @@ export default function Settings ({ ssrData }) { label={
                                                    wild west mode -
                                                      +
                                                      • don't hide flagged content
                                                      • don't down rank flagged content
                                                      @@ -551,7 +551,7 @@ export default function Settings ({ ssrData }) { label={
                                                      nsfw mode -
                                                        +
                                                        • see posts from nsfw territories
                                                        @@ -564,7 +564,7 @@ export default function Settings ({ ssrData }) { label={
                                                        crosspost to nostr -
                                                          +
                                                          • crosspost your items to nostr
                                                          • requires NIP-07 extension for signing
                                                          • we use your NIP-05 relays if set
                                                          • @@ -954,7 +954,7 @@ I estimate that I will call the GraphQL API this many times (rough estimate is f
                                                        -
                                                          +
                                                          • use API keys with our GraphQL API for authentication
                                                          • you need to add the API key to the X-API-Key header of your requests
                                                          • you can currently only generate API keys if we enabled it for your account
                                                          • @@ -1059,7 +1059,7 @@ const ZapUndosField = () => {
                                                            zap undos -
                                                              +
                                                              • After every zap that exceeds or is equal to the threshold, the bolt will pulse
                                                              • You can undo the zap if you click the bolt while it's pulsing
                                                              • The bolt will pulse for {ZAP_UNDO_DELAY_MS / 1000} seconds
                                                              • @@ -1092,7 +1092,7 @@ const TipRandomField = () => {
                                                                random zaps -
                                                                  +
                                                                  • Set a minimum and maximum zap amount
                                                                  • Each time you zap something, a random amount of sats between your minimum and maximum will be zapped
                                                                  • If this setting is enabled, it will ignore your default zap amount