diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-01-15 18:56:27 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-01-15 18:56:27 +0100 |
| commit | 198eee82bedddf6028cf3fe731a45503039ec24d (patch) | |
| tree | 5977a19a4a5e29827562416076fd26a6fba53229 /src/components/user_profile/user_profile.vue | |
| parent | 224fe580ca5535e6302796e210d754f06eb4dc21 (diff) | |
| parent | 4448f36f62fe4c71fb7b0e3ab912e9bc68a597e8 (diff) | |
Merge branch 'develop' into feature/hash-routed
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 2ceb13ec..fe9fd3a9 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -1,5 +1,5 @@ <template> - <div class="user-profile panel panel-default"> + <div class="user-profile panel panel-default base00-background"> <user-card-content :user="user"></user-card-content> </div> </template> |
