From 5137f1423d7a445484df738632d83ab6eca65d24 Mon Sep 17 00:00:00 2001 From: keyan Date: Thu, 4 Jan 2024 18:48:10 -0600 Subject: [PATCH] change reply placeholder --- components/item-full.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/item-full.js b/components/item-full.js index 33fd1514..e1db26d5 100644 --- a/components/item-full.js +++ b/components/item-full.js @@ -160,7 +160,7 @@ function TopLevelItem ({ item, noReply, ...props }) { {!noReply && <> - + 3 ? 'fractions of a penny for your thoughts?' : 'early comments get more zaps'} onCancelQuote={cancelQuote} onQuoteReply={quoteReply} quote={quote} /> {!item.position && !item.isJob && !item.parentId && !item.bounty > 0 && } {item.bounty > 0 && } }