Skip to content

Commit

Permalink
chore: fix prettier warning in docs/pages/index.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse authored Jul 30, 2019
1 parent 9716850 commit 4e12069
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
-->
<g :filter="isIE ? 'url(#logo-shadow)' : null">
<g class="logo-dark-v" :filter="isIE ? null : 'url(#logo-shadow)'">
<path fill="#34495E" d="M747 311L602 562 458 311H227l375 651 376-651z"/>
<path fill="#34495E" d="M747 311L602 562 458 311H227l375 651 376-651z" />
</g>
<g class="logo-purple-v" :filter="isIE ? null : 'url(#logo-shadow)'">
<path fill="#563D7C" fill-rule="nonzero" d="M219 195h762L599 857z"/>
<path fill="#563D7C" fill-rule="nonzero" d="M219 195h762L599 857z" />
<path
class="logo-white-b"
fill="#ffffff"
d="M501 282l132 0c25,0 44,5 59,16 15,12 22,28 22,51 0,14 -3,26 -10,35 -7,10 -16,18 -29,23l0 1c17,3 30,11 38,24 9,12 13,27 13,46 0,11 -2,21 -6,30 -3,9 -9,17 -17,24 -9,6 -19,12 -32,16 -12,4 -28,6 -45,6l-125 0 0 -272 0 0zm48 114l77 0c12,0 21,-4 29,-10 8,-7 11,-16 11,-28 0,-14 -3,-24 -10,-29 -7,-6 -17,-9 -30,-9l-77 0 0 76 0 0zm0 119l84 0c14,0 26,-4 33,-11 8,-8 13,-19 13,-32 0,-14 -4,-24 -13,-31 -8,-8 -19,-11 -33,-11l-84 0 0 85z"
/>
</g>
<g class="logo-green-v" :filter="isIE ? null : 'url(#logo-shadow)'">
<path fill="#41B883" d="M839 357L600 771 361 357H202l398 690 398-690z"/>
<path fill="#41B883" d="M839 357L600 771 361 357H202l398 690 398-690z" />
</g>
</g>
</svg>
Expand Down

0 comments on commit 4e12069

Please sign in to comment.