Skip to content
Snippets Groups Projects
Commit 0de334ee authored by Myśliwiec, D. (Dominik, Student M-CS)'s avatar Myśliwiec, D. (Dominik, Student M-CS)
Browse files

Fix tracker message when goal is reached

parent fb7d3798
Branches
No related tags found
No related merge requests found
......@@ -64,7 +64,8 @@
</svg>
<MililiterInput :id="'goal'" v-model="goal">
<!--suppress XmlInvalidId -->
<label for="goal">You're <span>{{ fillPercentage }}%</span> of the way to your goal of</label>
<label v-if="fillPercentage < 100" for="goal">You're <span>{{ fillPercentage }}%</span> of the way to your goal of</label>
<label v-if="fillPercentage === 100" for="goal">you have <span>reached</span> your goal of</label>
</MililiterInput>
<NuxtLink to="/add-water">
<button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment