Skip to content

Commit

Permalink
change default name placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed committed Nov 1, 2019
1 parent c020740 commit b0811ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Card.vue
Expand Up @@ -66,7 +66,7 @@
>{{n}}</span>
</transition-group>
</div>
<div class="card-item__name" v-else key="2">Ad Soyad</div>
<div class="card-item__name" v-else key="2">Full Name</div>
</transition>
</label>
<div class="card-item__date" ref="cardDate">
Expand Down

0 comments on commit b0811ed

Please sign in to comment.