mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 20:01:57 +00:00
Remove the arrow
This commit is contained in:
@@ -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>{' '}
|
||||
|
||||
@@ -32,6 +32,7 @@ const ButtonLink = ({children, type, ...rest}) => {
|
||||
typeStyle = primaryStyle;
|
||||
break;
|
||||
case 'secondary':
|
||||
case 'secondaryNoArrow':
|
||||
typeStyle = secondaryStyle;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user