mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
fix(eta): corrected example (#737)
This commit is contained in:
parent
093ff311fd
commit
821cbea2bf
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ const endAt = computed(() =>
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div text-justify op-70>
|
<div text-justify op-70>
|
||||||
With a concrete example, if you wash 3 plates in 5 minutes and you have 500 plates to wash, it will take you 5
|
With a concrete example, if you wash 5 plates in 3 minutes and you have 500 plates to wash, it will take you 5
|
||||||
hours and 10 minutes to wash them all.
|
hours to wash them all.
|
||||||
</div>
|
</div>
|
||||||
<n-divider />
|
<n-divider />
|
||||||
<div flex gap-2>
|
<div flex gap-2>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue