From 3d335094372abe368f67d7143d01a9f1abc461d6 Mon Sep 17 00:00:00 2001 From: Ritesh Hiremath Date: Sun, 27 Oct 2024 14:32:40 +0530 Subject: [PATCH] Added the sign with some changes Signed-off-by: Ritesh Hiremath --- .../Projects/Sistent/components/circularprogress/code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/Projects/Sistent/components/circularprogress/code.js b/src/sections/Projects/Sistent/components/circularprogress/code.js index 5d2e319d4774..4abbe7c78fec 100644 --- a/src/sections/Projects/Sistent/components/circularprogress/code.js +++ b/src/sections/Projects/Sistent/components/circularprogress/code.js @@ -112,7 +112,7 @@ export const CircularprogressCode = () => {

Basic CircularProgress

- This example shows a basic circular progress indicator using the default settings. No props are needed to render this simple loader, ideal for processes with unknown durations. + This example shows a basic circular progress indicator with the default settings. No props are needed to render this simple loader, ideal for processes with unknown durations.