0
Fork 0
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:
James Morris 2022-10-26 11:59:57 +01:00
parent b79006d7f3
commit 4c6a57c8f3

View file

@ -92,7 +92,6 @@ export default function FeedbackPage() {
const positive = score === 1; const positive = score === 1;
const icon = positive ? <ThumbUpIcon /> : <ThumbDownIcon />; 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 ( return (
<div className='gh-portal-content gh-portal-feedback'> <div className='gh-portal-content gh-portal-feedback'>
@ -102,7 +101,7 @@ export default function FeedbackPage() {
{icon} {icon}
</div> </div>
<h1 className="gh-portal-main-title">Thanks for the feedback!</h1> <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 <ActionButton
style={{width: '100%'}} style={{width: '100%'}}
retry={false} retry={false}