diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-03-18 22:59:26 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-03-18 22:59:26 +0900 |
| commit | 96081efcce7b7e1f4540cb74cb511a341f2cb4d3 (patch) | |
| tree | dc71bc728036acb4e590c2256e9eb3969444e4e7 /frontend/app | |
| parent | f1d931dad3dd69a0d81f497dd6a30fbf8557b268 (diff) | |
| download | phperkaigi-2025-albatross-96081efcce7b7e1f4540cb74cb511a341f2cb4d3.tar.gz phperkaigi-2025-albatross-96081efcce7b7e1f4540cb74cb511a341f2cb4d3.tar.zst phperkaigi-2025-albatross-96081efcce7b7e1f4540cb74cb511a341f2cb4d3.zip | |
feat(frontend): remove unnecessary text
Diffstat (limited to 'frontend/app')
| -rw-r--r-- | frontend/app/routes/login.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/frontend/app/routes/login.tsx b/frontend/app/routes/login.tsx index dd5b9e7..dc5a631 100644 --- a/frontend/app/routes/login.tsx +++ b/frontend/app/routes/login.tsx @@ -68,10 +68,6 @@ export default function Login() { <h2 className="text-2xl mb-6 text-center"> fortee アカウントでログイン </h2> - <p className="text-sm mb-4"> - fortee - のアカウントをお持ちでない場合は、イベントスタッフにお声がけください。 - </p> {loginErrors?.message && ( <p className="text-sky-500 text-sm mb-4">{loginErrors.message}</p> )} |
