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 e387e34 commit 49bfb13Copy full SHA for 49bfb13
src/components/SocialBanner.tsx
@@ -7,9 +7,9 @@ import {useRef, useEffect} from 'react';
7
import cn from 'classnames';
8
import {ExternalLink} from './ExternalLink';
9
10
-const bannerText = 'Join us for React Conf on Oct 7-8.';
+const bannerText = '10월 7-8일 React Conf에 함께하세요.';
11
const bannerLink = 'https://conf.react.dev/';
12
-const bannerLinkText = 'Learn more.';
+const bannerLinkText = '더 알아보기.';
13
14
export default function SocialBanner() {
15
const ref = useRef<HTMLDivElement | null>(null);
0 commit comments