diff --git a/app/hashtag/page.tsx b/app/hashtag/page.tsx index 074ea855..4f46d9a1 100644 --- a/app/hashtag/page.tsx +++ b/app/hashtag/page.tsx @@ -17,6 +17,7 @@ import { useAuth } from '@/contexts/auth-context' import { useSettingsStore } from '@/lib/store' import { checkBlockedForAuthors } from '@/hooks/use-block' import { isCashtagStorage, cashtagStorageToDisplay } from '@/lib/post-helpers' +import { LegacyYapprLink } from '@/components/ui/legacy-yappr-link' function HashtagPageContent() { const router = useRouter() @@ -163,6 +164,7 @@ function HashtagPageContent() {
Be the first to post with {tagSymbol}{displayTag}
+{reason}
+ )} ++ YAPP powers posting, comments, and likes. Buy in bundles of {MIN_YAPP_PURCHASE.toString()}+ — the upfront stake keeps spam out.{' '} + +
+ + {showCosts && ( ++ Costs are fixed in the contract and can't change under you. Following, bookmarking, and browsing are free. +
+{formatCoverage(amountBig)}
+ )} +{error}
} + + +{formatCoverage(amountBig)}
++ Buying YAPP spends DASH credits, and Dash Platform requires your{' '} + CRITICAL key to + authorize that — your login key is a HIGH key, which can post but not spend. + Paste your CRITICAL private key below. It signs this purchase locally and is + never stored or sent anywhere. +
+{error}
} +Purchasing YAPP…
+Please wait, this may take a moment.
+Purchased {amountBig.toString()} YAPP
+ {yappBalance !== null && ( +New balance: {yappBalance.toString()} YAPP
+ )} +Purchase Failed
+{error}
+{emptyDescription}
+ {emptyAction &&