This commit is contained in:
Kenneth Jannette
2024-03-14 08:11:27 -05:00
parent 3118402bdb
commit cb6a345b94
2 changed files with 2 additions and 1 deletions

View File

@@ -247,7 +247,7 @@ const Dashboard = () => {
</div>
<div>
<p className="stats-text">
{Math.round(responseCount * 3.2989 * 100) / 100} hours saved
{Math.round(responseCount * 3.1799 * 10) / 10} hours saved
using Novodraft
</p>
</div>