mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Bolder CTA
This commit is contained in:
@@ -15,7 +15,7 @@ const linkProps = {
|
||||
rel: 'noopener',
|
||||
};
|
||||
|
||||
const bannerText = 'Try out a preview of the new React Docs';
|
||||
const bannerText = 'Try out a preview of the new React Docs!';
|
||||
const bannerLink = '👉 beta.reactjs.org';
|
||||
|
||||
export default function SocialBanner() {
|
||||
@@ -25,6 +25,7 @@ export default function SocialBanner() {
|
||||
display: 'var(--social-banner-display)',
|
||||
height: 'var(--social-banner-height-normal)',
|
||||
fontSize: 18,
|
||||
fontWeight: 'bold',
|
||||
[media.lessThan('large')]: {
|
||||
fontSize: 16,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user