From bbc424069a2696803ef2c6d995ba62d9c3994708 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Sun, 2 Aug 2020 16:15:00 -0600 Subject: [PATCH] Add icon for missing profile pictures. --- src/components/ControlBar.vue | 39 +++++++++++++++++++++++++---------- 1 file changed, 28 insertions(+), 11 deletions(-) diff --git a/src/components/ControlBar.vue b/src/components/ControlBar.vue index 9a224a3..8664266 100644 --- a/src/components/ControlBar.vue +++ b/src/components/ControlBar.vue @@ -4,10 +4,26 @@ v-if="username" id="user_data" > + `${user.name}'s profile picture` + {{ username }}
- @@ -54,6 +70,8 @@