diff options
Diffstat (limited to 'frontend/app/components')
| -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 8002c6f..2d17560 100644 --- a/frontend/app/components/UserIcon.tsx +++ b/frontend/app/components/UserIcon.tsx @@ -11,7 +11,7 @@ export default function UserIcon({ iconPath, displayName, className }: Props) { <img src={ process.env.NODE_ENV === "development" - ? `http://localhost:8003${BASE_PATH}${iconPath}` + ? `http://localhost:8004${BASE_PATH}${iconPath}` : `${BASE_PATH}${iconPath}` } alt={`${displayName} のアイコン`} |
