aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/components/Service.vue
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-10-23 18:26:41 -0700
committerGitHub <noreply@github.com>2020-10-23 18:26:41 -0700
commit37dfd2a132d883482b330b22a7c19d86948a391c (patch)
tree361edff077dc7d1796389685a7bfd55ed28473fa /src/components/Service.vue
parentc368290e32213f537b7b1479d767ee404b0a8399 (diff)
parented8b17e0df7ffa64e392bacbd2abf6492fdfb3f1 (diff)
downloadhomer-37dfd2a132d883482b330b22a7c19d86948a391c.tar.gz
homer-37dfd2a132d883482b330b22a7c19d86948a391c.tar.zst
homer-37dfd2a132d883482b330b22a7c19d86948a391c.zip
Merge pull request #139 from Genymobile/update-deps-and-fix-code-styles
Update deps & fix lint issues
Diffstat (limited to 'src/components/Service.vue')
-rw-r--r--src/components/Service.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Service.vue b/src/components/Service.vue
index 81ad8a2..4d3702b 100644
--- a/src/components/Service.vue
+++ b/src/components/Service.vue
@@ -11,7 +11,7 @@
11 </div> 11 </div>
12 <div v-if="item.icon" class="media-left"> 12 <div v-if="item.icon" class="media-left">
13 <figure class="image is-48x48"> 13 <figure class="image is-48x48">
14 <i style="font-size: 35px;" :class="['fa-fw', item.icon]"></i> 14 <i style="font-size: 35px" :class="['fa-fw', item.icon]"></i>
15 </figure> 15 </figure>
16 </div> 16 </div>
17 <div class="media-content"> 17 <div class="media-content">