From 564e98dd242167302156f6f50f1aaefe70d9b1a2 Mon Sep 17 00:00:00 2001 From: Sakutaro Shina Date: Sat, 9 Aug 2025 12:59:19 +0900 Subject: [PATCH] =?UTF-8?q?React=20Conf=E3=81=AE=E5=8F=82=E5=8A=A0?= =?UTF-8?q?=E4=BE=9D=E9=A0=BC=E3=82=92=E8=8B=B1=E8=AA=9E=E3=81=8B=E3=82=89?= =?UTF-8?q?=E6=97=A5=E6=9C=AC=E8=AA=9E=E3=81=AB=E7=BF=BB=E8=A8=B3=E3=81=97?= =?UTF-8?q?=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SocialBanner.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SocialBanner.tsx b/src/components/SocialBanner.tsx index ae87d2050..b471a8153 100644 --- a/src/components/SocialBanner.tsx +++ b/src/components/SocialBanner.tsx @@ -7,9 +7,9 @@ import {useRef, useEffect} from 'react'; import cn from 'classnames'; import {ExternalLink} from './ExternalLink'; -const bannerText = 'Join us for React Conf on Oct 7-8.'; +const bannerText = '10月7日-8日開催のReact Confに参加しませんか。'; const bannerLink = 'https://conf.react.dev/'; -const bannerLinkText = 'Learn more.'; +const bannerLinkText = '詳細はこちら。'; export default function SocialBanner() { const ref = useRef(null);