Skip to content

Commit

Permalink
Update VotV.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeCZ23 authored Nov 6, 2024
1 parent 5be938e commit 6128437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme/VotV.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ const people = {

<div class="stavpr prog-custom" style="display: flex; align-items: center; column-gap: 12px">
<div class="infopr">Překlad:</div>
<div class="progpr" style="flex: 1"><el-progress :percentage="89" :stroke-width="18" :text-inside="true" status="success" striped /></div>
<div class="progpr" style="flex: 1"><el-progress :percentage="97" :stroke-width="18" :text-inside="true" status="success" striped /></div>
</div>
<div class="stavpr prog-custom" style="display: flex; align-items: center; column-gap: 12px">
<div class="infopr">Korektura:</div>
<div class="progpr" style="flex: 1"><el-progress :percentage="70" :stroke-width="18" :text-inside="true" status="warning" striped /></div>
<div class="progpr" style="flex: 1"><el-progress :percentage="80" :stroke-width="18" :text-inside="true" status="warning" striped /></div>
</div>
<div class="stavpr prog-custom" style="display: flex; align-items: center; column-gap: 12px">
<div class="infopr">Testovani:</div>
<div class="progpr" style="flex: 1"><el-progress :percentage="70" :stroke-width="18" :text-inside="true" status="primary" striped /></div>
<div class="progpr" style="flex: 1"><el-progress :percentage="80" :stroke-width="18" :text-inside="true" status="primary" striped /></div>
</div>

![](https://img.shields.io/badge/herní%20klient-itch.io-grey?style=for-the-badge)
Expand Down

0 comments on commit 6128437

Please sign in to comment.