From 5f612f544c9fedd272ed5e5d3c7218594943adc2 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 10 Oct 2020 03:13:12 -0700 Subject: [PATCH] tweak homepage copy to make feedback more obvious I noticed that, if you're _reading_ the beta callout it's obviously a feedback link, but it's easy to glaze over "Tell us what you think". Here, I've added the word "feedback" to make it stand out on scanning the page, while adding "Got ideas?" to keep it feeling colloquial. --- src/app/HomePage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/HomePage.js b/src/app/HomePage.js index 93f7fcb..8e0eb82 100644 --- a/src/app/HomePage.js +++ b/src/app/HomePage.js @@ -382,7 +382,7 @@ function FeedbackFormPitch({ isDisabled, onClick, openButtonRef }) { onClick={onClick} ref={openButtonRef} > - Tell us what you think → + Got ideas? Send us your feedback → );