File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import {useRouter} from 'next/router';
88import { SidebarNav } from './SidebarNav' ;
99import { Footer } from './Footer' ;
1010import { Toc } from './Toc' ;
11- // import SocialBanner from '../SocialBanner';
11+ import SocialBanner from '../SocialBanner' ;
1212import { DocsPageFooter } from 'components/DocsFooter' ;
1313import { Seo } from 'components/Seo' ;
1414import PageHeading from 'components/PageHeading' ;
@@ -137,7 +137,7 @@ export function Page({
137137 />
138138 </ Head >
139139 ) }
140- { /* <SocialBanner />*/ }
140+ < SocialBanner />
141141 < TopNav
142142 section = { section }
143143 routeTree = { routeTree }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import {useRef, useEffect} from 'react';
77import cn from 'classnames' ;
88import { ExternalLink } from './ExternalLink' ;
99
10- const bannerText = 'Stream React Conf on May 15-16 .' ;
10+ const bannerText = 'Join us for React Conf on Oct 7-8 .' ;
1111const bannerLink = 'https://conf.react.dev/' ;
1212const bannerLinkText = 'Learn more.' ;
1313
You can’t perform that action at this time.
0 commit comments