We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c2991 commit bf142a4Copy full SHA for bf142a4
src/components/SocialBanner.tsx
@@ -9,7 +9,7 @@ import {ExternalLink} from './ExternalLink';
9
10
const bannerText = '10월 7-8일 React Conf에 함께하세요.';
11
const bannerLink = 'https://conf.react.dev/';
12
-const bannerLinkText = ' 더 알아보기.';
+const bannerLinkText = '더 알아보기.';
13
14
export default function SocialBanner() {
15
const ref = useRef<HTMLDivElement | null>(null);
0 commit comments