diff options
Diffstat (limited to 'frontend/src/pages/Authentication.tsx')
-rw-r--r-- | frontend/src/pages/Authentication.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/pages/Authentication.tsx b/frontend/src/pages/Authentication.tsx index efdd1f3ec..b527c14dd 100644 --- a/frontend/src/pages/Authentication.tsx +++ b/frontend/src/pages/Authentication.tsx @@ -30,7 +30,7 @@ const Authentication: FunctionComponent = () => { <Avatar mx="auto" size={64} - src={`${Environment.baseUrl}/static/logo128.png`} + src={`${Environment.baseUrl}/images/logo128.png`} ></Avatar> <Divider></Divider> <form onSubmit={form.onSubmit(login)}> |