Skip to content

Commit 20c2991

Browse files
committed
docs: translate banner to Korean
1 parent e387e34 commit 20c2991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SocialBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import {useRef, useEffect} from 'react';
77
import cn from 'classnames';
88
import {ExternalLink} from './ExternalLink';
99

10-
const bannerText = 'Join us for React Conf on Oct 7-8.';
10+
const bannerText = '10월 7-8일 React Conf에 함께하세요.';
1111
const bannerLink = 'https://conf.react.dev/';
12-
const bannerLinkText = 'Learn more.';
12+
const bannerLinkText = ' 더 알아보기.';
1313

1414
export default function SocialBanner() {
1515
const ref = useRef<HTMLDivElement | null>(null);

0 commit comments

Comments
 (0)