From 82736c96b166ad9d01d57700342008e0578b45a7 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 12 Jun 2025 14:03:45 +0700 Subject: [PATCH] chore: fix wrong classname color text (#5252) --- web-app/src/containers/DownloadManegement.tsx | 4 ++-- web-app/src/routes/settings/providers/$providerName.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web-app/src/containers/DownloadManegement.tsx b/web-app/src/containers/DownloadManegement.tsx index 2b66a022c..47b448485 100644 --- a/web-app/src/containers/DownloadManegement.tsx +++ b/web-app/src/containers/DownloadManegement.tsx @@ -219,7 +219,7 @@ export function DownloadManagement() {

Downloads

- + {Math.round(overallProgress * 100)}%
@@ -228,7 +228,7 @@ export function DownloadManagement() {
diff --git a/web-app/src/routes/settings/providers/$providerName.tsx b/web-app/src/routes/settings/providers/$providerName.tsx index 5b1250e23..dfdf5a0da 100644 --- a/web-app/src/routes/settings/providers/$providerName.tsx +++ b/web-app/src/routes/settings/providers/$providerName.tsx @@ -517,12 +517,12 @@ function ProviderDetail() { }) ) : (
-
+
No model found
-

+

Available models will be listed here. If you don't have any models yet, visit the  Hub