Skip to content

Commit 25f3aff

Browse files
Merge pull request #628 from reactjs/feat/social-banner
translate social banner text
2 parents 31f6d0b + 5b80b94 commit 25f3aff

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 = `7-8 Ekim tarihlerinde React Conf'a katılın.`;
1111
const bannerLink = 'https://conf.react.dev/';
12-
const bannerLinkText = 'Learn more.';
12+
const bannerLinkText = 'Daha fazla.';
1313

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

0 commit comments

Comments
 (0)