From 4a980a9176c7ca0cbfb7bba79404f2ff45109b78 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Sun, 6 Aug 2023 18:16:58 -0400 Subject: [PATCH] sum hashrate --- src/app/components/splash/splash.component.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/components/splash/splash.component.html b/src/app/components/splash/splash.component.html index de0b6cf..6123596 100644 --- a/src/app/components/splash/splash.component.html +++ b/src/app/components/splash/splash.component.html @@ -79,6 +79,7 @@ Device Currently Working + Total Hash Rate Best Difficulty @@ -88,6 +89,7 @@ {{ userAgent.userAgent | userAgent }} {{ userAgent.count }} + {{ userAgent.totalHashRate | hashSuffix }} {{ userAgent.bestDifficulty | numberSuffix}}