diff --git a/apps/web/content/docs/components/progress.mdx b/apps/web/content/docs/components/progress.mdx
index cb4dc1c94..12a0c8c3e 100644
--- a/apps/web/content/docs/components/progress.mdx
+++ b/apps/web/content/docs/components/progress.mdx
@@ -47,13 +47,13 @@ Set your own custom colors for the progress bar component by using the `color` p
Use this Circular progress example to show a progress bar where you can set the progress rate using the `progress` prop from React which should be a number from 1 to 100.
-
+
## Circular Progress With Text
Use this Circular progress example to show a progress bar with a label. You can set the label text using the `textLabel` prop and the progress text using the `labelText` prop.
-
+
## Theme