Skip to content

Commit 71f8f86

Browse files
committed
Add link to translation process
1 parent 28f91a1 commit 71f8f86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

beta/src/components/SocialBanner.tsx

+3-3
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 = 'Support Ukraine 🇺🇦';
11-
const bannerLink = 'https://opensource.fb.com/support-ukraine';
12-
const bannerLinkText = 'Help Provide Humanitarian Aid to Ukraine';
10+
const bannerText = 'Beta Docs: ';
11+
const bannerLink = 'https://github.com/reactjs/es.reactjs.org/issues/500';
12+
const bannerLinkText = 'Ayúdanos a traducir la nueva documentación de React';
1313

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

0 commit comments

Comments
 (0)