diff --git a/components/Header/index.scss b/components/Header/index.scss
index f19cc45f..bfa358ea 100644
--- a/components/Header/index.scss
+++ b/components/Header/index.scss
@@ -10,13 +10,18 @@
gap: $unit;
}
- img {
+ img,
+ .placeholder {
$diameter: 32px;
border-radius: calc($diameter / 2);
height: $diameter;
width: $diameter;
}
+ .placeholder {
+ background: var(--placeholder-bg);
+ }
+
#DropdownWrapper {
display: inline-block;
padding-bottom: $unit;
diff --git a/components/Header/index.tsx b/components/Header/index.tsx
index 2fe2a72f..a66c95a5 100644
--- a/components/Header/index.tsx
+++ b/components/Header/index.tsx
@@ -225,7 +225,7 @@ const Header = () => {
/>
)
} else {
- image =
+ image =