diff --git a/components/switch-account.js b/components/switch-account.js index 26e2d53d..63498e2c 100644 --- a/components/switch-account.js +++ b/components/switch-account.js @@ -129,7 +129,7 @@ const AddAccount = () => { return (
{ + width='135' height='135' src='/Portrait_Placeholder.webp' style={{ cursor: 'pointer' }} onClick={() => { router.push({ pathname: '/login', query: { callbackUrl: window.location.origin + router.asPath, multiAuth: true } diff --git a/public/Portrait_Placeholder.webp b/public/Portrait_Placeholder.webp new file mode 100644 index 00000000..51cdb079 Binary files /dev/null and b/public/Portrait_Placeholder.webp differ