aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/progress-bar.tsx
diff options
context:
space:
mode:
authorSebastien Castiel <sebastien@castiel.me>2023-12-07 16:44:01 -0500
committerSebastien Castiel <sebastien@castiel.me>2023-12-07 16:44:01 -0500
commit0b27f90fb76a2492c17a958b6dd807e6fbbf8030 (patch)
treebfc9c0e533eb28b43bcded9c53020dc15bca1955 /src/components/progress-bar.tsx
parent6611e3a187e5398f686449938b7cf1ddbfcb5392 (diff)
Titles and navigation
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
/>
)