aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/progress-bar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/progress-bar.tsx')
-rw-r--r--src/components/progress-bar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/progress-bar.tsx b/src/components/progress-bar.tsx
index cbf068e..f776c97 100644
--- a/src/components/progress-bar.tsx
+++ b/src/components/progress-bar.tsx
@@ -6,7 +6,7 @@ export function ProgressBar() {
<Next13ProgressBar
height="2px"
color="#64748b"
- options={{ showSpinner: true }}
+ options={{ showSpinner: false }}
showOnShallow
/>
)