Remove the arrow

This commit is contained in:
Dan Abramov
2020-09-29 23:39:14 +01:00
parent d0cbb1ffdc
commit 3dddae8108
2 changed files with 3 additions and 2 deletions

View File

@@ -90,8 +90,8 @@ activeBanner = {
</span>
<ButtonLink
to="https://www.surveymonkey.co.uk/r/673TZ7T"
type="secondary">
Take our 2020 Community Survey!{' '}
type="secondaryNoArrow">
Take our 2020 Community Survey!
</ButtonLink>
</span>
</span>{' '}

View File

@@ -32,6 +32,7 @@ const ButtonLink = ({children, type, ...rest}) => {
typeStyle = primaryStyle;
break;
case 'secondary':
case 'secondaryNoArrow':
typeStyle = secondaryStyle;
break;
}