Skip to content

Commit 78f8922

Browse files
authored
fix(frontend): avatar not displaying due to css issue (#206)
1 parent cd42ac1 commit 78f8922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/terraboard-vuejs/src/components/Navbar.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
id="dropdownMenuButton"
5353
data-bs-toggle="dropdown"
5454
aria-expanded="false"
55-
><img :src="user.avatar_url" height="25px"
55+
><img :src="user.avatar_url" height="25"
5656
/></a>
5757

5858
<ul

0 commit comments

Comments
 (0)