From b948e4a26dcc35b513016d64d8e1fccc9499e1a4 Mon Sep 17 00:00:00 2001 From: Pooja Date: Fri, 4 Jul 2025 19:17:22 +0530 Subject: [PATCH] fix: collection request numbers font family (#4248) --- .../src/components/CollectionSettings/Overview/Info/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-app/src/components/CollectionSettings/Overview/Info/index.js b/packages/bruno-app/src/components/CollectionSettings/Overview/Info/index.js index ebe29a21a..eb42be7cb 100644 --- a/packages/bruno-app/src/components/CollectionSettings/Overview/Info/index.js +++ b/packages/bruno-app/src/components/CollectionSettings/Overview/Info/index.js @@ -53,7 +53,7 @@ const Info = ({ collection }) => {
Requests
-
+
{ isCollectionLoading? `${totalItems - itemsLoadingCount} out of ${totalItems} requests in the collection loaded` : `${totalRequestsInCollection} request${totalRequestsInCollection !== 1 ? 's' : ''} in collection` }