Fix typo and Fix single letter skill name (Such as C) appearing on skill level line instead of one line up
This commit is contained in:
parent
b3def3f858
commit
efca7d7134
@ -41,7 +41,7 @@
|
||||
</div>
|
||||
<div class="text">
|
||||
<h4>{{person.contact.phone}}</h4>
|
||||
<span>mobil</span>
|
||||
<span>mobile</span>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
</div>
|
||||
<div class="skill" v-for="skill in person.skills">
|
||||
<div class="right">
|
||||
<span>{{skill.name}}</span>
|
||||
<span>{{skill.name}} </span>
|
||||
<div class="progress">
|
||||
<div class="determinate" :style="'width: '+skill.level+'%;'">
|
||||
<i class="fa fa-circle"></i>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user