fix: small fixes

This commit is contained in:
woothu
2019-08-10 17:25:59 +02:00
parent f490e6a0c3
commit 2f704dc60b
11 changed files with 156 additions and 116 deletions
+5 -5
View File
@@ -11,7 +11,7 @@
>
<CIcon
name="socialFacebook"
height="56"
height="52"
class="c-my-4"
/>
<CChartLineSimple
@@ -34,7 +34,7 @@
>
<CIcon
name="socialTwitter"
height="56"
height="52"
class="c-my-4"
/>
<CChartLineSimple
@@ -57,7 +57,7 @@
>
<CIcon
name="socialLinkedin"
height="56"
height="52"
class="c-my-4"
/>
<CChartLineSimple
@@ -80,7 +80,7 @@
>
<CIcon
name="calendar"
height="56"
height="52"
class="c-my-4"
/>
<CChartLineSimple
@@ -163,7 +163,7 @@
import { CChartLineSimple } from '../charts/index.js'
export default {
name: 'WidgetsSocial',
name: 'WidgetsBrand',
components: {
CChartLineSimple
},