diff options
Diffstat (limited to 'opendc-web/opendc-web-ui/src/components/AppHeaderUser.js')
| -rw-r--r-- | opendc-web/opendc-web-ui/src/components/AppHeaderUser.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opendc-web/opendc-web-ui/src/components/AppHeaderUser.js b/opendc-web/opendc-web-ui/src/components/AppHeaderUser.js index 809f3ac3..e271accb 100644 --- a/opendc-web/opendc-web-ui/src/components/AppHeaderUser.js +++ b/opendc-web/opendc-web-ui/src/components/AppHeaderUser.js @@ -51,9 +51,9 @@ export default function AppHeaderUser() { ] const avatarComponent = avatar ? ( - <Avatar src={avatar} alt="Avatar image" /> + <Avatar src={avatar} alt="Avatar image" size="sm" /> ) : ( - <Skeleton className="pf-c-avatar" shape="circle" width="2.25rem" screenreaderText="Loading avatar" /> + <Skeleton className="pf-c-avatar" shape="circle" width="24px" screenreaderText="Loading avatar" /> ) return ( |
