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 75344aa commit 564e98dCopy full SHA for 564e98d
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