From 295ab9c1b42d176251b6eb28218ad1d69630ebd1 Mon Sep 17 00:00:00 2001 From: naka-12 <104970808+naka-12@users.noreply.github.com> Date: Wed, 16 Apr 2025 00:27:47 +0900 Subject: [PATCH 1/4] =?UTF-8?q?=E3=83=A6=E3=83=BC=E3=82=B6=E6=A4=9C?= =?UTF-8?q?=E7=B4=A2=E3=81=A7=201=20=E6=96=87=E5=AD=97=E4=BB=A5=E4=B8=8A?= =?UTF-8?q?=E5=85=A5=E5=8A=9B=E3=81=97=E3=81=9F=E3=82=89=E8=A1=A8=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app/home/components/NoMoreUser.tsx | 9 --------- web/app/home/page.tsx | 4 ++-- web/app/search/page.tsx | 11 ++++++++--- web/components/common/BackgroundText.tsx | 7 +++++++ 4 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 web/app/home/components/NoMoreUser.tsx create mode 100644 web/components/common/BackgroundText.tsx diff --git a/web/app/home/components/NoMoreUser.tsx b/web/app/home/components/NoMoreUser.tsx deleted file mode 100644 index 91b7aa02..00000000 --- a/web/app/home/components/NoMoreUser.tsx +++ /dev/null @@ -1,9 +0,0 @@ -export default function NoMoreUser() { - return ( -
- 「いいね!」を送るユーザーがいません。 -
-{text}
+- 誰ともマッチングしていません。 リクエストを送りましょう! -
+
- {roomsData && roomsData.length === 0 && (
- <>
- 誰ともマッチングしていません。
-
- リクエストを送りましょう!
- >
- )}
-