@afeefa/vue-app 0.0.233 → 0.0.234

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- 0.0.233
1
+ 0.0.234
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.233",
3
+ "version": "0.0.234",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -39,7 +39,7 @@
39
39
  pa-6
40
40
  pb-8
41
41
  >
42
- <div class="d-flex align-center gap-3">
42
+ <div class="d-flex align-center gap-4">
43
43
  <v-avatar
44
44
  color="primary white--text"
45
45
  size="40"
@@ -50,9 +50,13 @@
50
50
  <div>
51
51
  <div class="accountName">
52
52
  {{ account.first_name }}
53
- <template v-if="$auth.roles[0]">
54
- ({{ $auth.roles[0].title }})
55
- </template>
53
+
54
+ <div
55
+ v-if="$auth.roles[0]"
56
+ class="grey--text text-body-2 mb-1"
57
+ >
58
+ {{ $auth.roles[0].title }}
59
+ </div>
56
60
  </div>
57
61
 
58
62
  <div class="body-2 d-flex align-center">