mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Updated the feedback copy for Portal modal based on recent feedback
refs https://github.com/TryGhost/Team/issues/2170
This commit is contained in:
parent
b79006d7f3
commit
4c6a57c8f3
1 changed files with 1 additions and 2 deletions
|
@ -92,7 +92,6 @@ export default function FeedbackPage() {
|
|||
|
||||
const positive = score === 1;
|
||||
const icon = positive ? <ThumbUpIcon /> : <ThumbDownIcon />;
|
||||
const text = positive ? 'It has been noted that you want to see more posts like this.' : 'It has been noted that you want to see less posts like this.';
|
||||
|
||||
return (
|
||||
<div className='gh-portal-content gh-portal-feedback'>
|
||||
|
@ -102,7 +101,7 @@ export default function FeedbackPage() {
|
|||
{icon}
|
||||
</div>
|
||||
<h1 className="gh-portal-main-title">Thanks for the feedback!</h1>
|
||||
<p className="gh-portal-text-center">{text}</p>
|
||||
<p className="gh-portal-text-center">Your input helps shape what gets published.</p>
|
||||
<ActionButton
|
||||
style={{width: '100%'}}
|
||||
retry={false}
|
||||
|
|
Loading…
Reference in a new issue