File tree 2 files changed +3
-3
lines changed
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';
8
8
import { SidebarNav } from './SidebarNav' ;
9
9
import { Footer } from './Footer' ;
10
10
import { Toc } from './Toc' ;
11
- // import SocialBanner from '../SocialBanner';
11
+ import SocialBanner from '../SocialBanner' ;
12
12
import { DocsPageFooter } from 'components/DocsFooter' ;
13
13
import { Seo } from 'components/Seo' ;
14
14
import PageHeading from 'components/PageHeading' ;
@@ -137,7 +137,7 @@ export function Page({
137
137
/>
138
138
</ Head >
139
139
) }
140
- { /* <SocialBanner />*/ }
140
+ < SocialBanner />
141
141
< TopNav
142
142
section = { section }
143
143
routeTree = { routeTree }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import {useRef, useEffect} from 'react';
7
7
import cn from 'classnames' ;
8
8
import { ExternalLink } from './ExternalLink' ;
9
9
10
- const bannerText = 'Stream React Conf on May 15-16 .' ;
10
+ const bannerText = 'Join us for React Conf on Oct 7-8 .' ;
11
11
const bannerLink = 'https://conf.react.dev/' ;
12
12
const bannerLinkText = 'Learn more.' ;
13
13
You can’t perform that action at this time.
0 commit comments