diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-09-06 14:05:09 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-09-06 14:05:11 +0900 |
| commit | 317256235919f708760da744ed0a5c628e0f7619 (patch) | |
| tree | ba3a34c01dada61308d62183d2ca4a91ded7b7d8 /frontend | |
| parent | 56c49b1c389583f04b2927207702d41286a737d3 (diff) | |
| download | iosdc-japan-2025-albatross-317256235919f708760da744ed0a5c628e0f7619.tar.gz iosdc-japan-2025-albatross-317256235919f708760da744ed0a5c628e0f7619.tar.zst iosdc-japan-2025-albatross-317256235919f708760da744ed0a5c628e0f7619.zip | |
fix(frontend): environment notice for swift
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/app/components/Gaming/ProblemColumnContent.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/Gaming/ProblemColumnContent.tsx b/frontend/app/components/Gaming/ProblemColumnContent.tsx index 0904a98..f4ec50a 100644 --- a/frontend/app/components/Gaming/ProblemColumnContent.tsx +++ b/frontend/app/components/Gaming/ProblemColumnContent.tsx @@ -48,7 +48,7 @@ function SwiftNotice() { 同じスコアを出した場合、より提出が早かったプレイヤーの勝ちとなります。 </p> <p> - この環境の PHP バージョンは{" "} + この環境の Swift バージョンは{" "} <strong className="font-bold">6.1.2</strong> です。 ファイルアクセスやネットワークアクセスはできません。 </p> |
