diff options
Diffstat (limited to 'frontend/app/components/UserIcon.tsx')
| -rw-r--r-- | frontend/app/components/UserIcon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/components/UserIcon.tsx b/frontend/app/components/UserIcon.tsx index 656c170..a4ee5e6 100644 --- a/frontend/app/components/UserIcon.tsx +++ b/frontend/app/components/UserIcon.tsx @@ -9,7 +9,7 @@ export default function UserIcon({ iconPath, displayName, className }: Props) { <img src={ process.env.NODE_ENV === "development" - ? `http://localhost:8002/iosdc-japan/2024/code-battle${iconPath}` + ? `http://localhost:8003/iosdc-japan/2024/code-battle${iconPath}` : `/iosdc-japan/2024/code-battle${iconPath}` } alt={`${displayName} のアイコン`} |
