diff --git a/src/Toolbar.vue b/src/Toolbar.vue
index e3a6743..254d6a1 100644
--- a/src/Toolbar.vue
+++ b/src/Toolbar.vue
@@ -6,9 +6,12 @@
-
+
-
+
+ people_outline
+
+
person_pin
@@ -27,7 +30,7 @@
-
+
@@ -87,6 +90,10 @@ export default {
this.$router.push(this.userUrl);
},
+ toUsersPage() {
+ this.$router.push('/user/');
+ },
+
focusToLoginForm() {
this.showLoginForm = true;
var that = this;
@@ -213,4 +220,9 @@ export default {
width: 52px;
}
+.home-link {
+ font-weight: bold;
+ color: white !important;
+}
+