Skip to content

Commit

Permalink
Update Progress.svelte to use value instead of percent in circle-prog…
Browse files Browse the repository at this point in the history
…ress component
  • Loading branch information
willyfromtheblock committed Apr 8, 2024
1 parent cf2d642 commit 5716a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Progress.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
});
</script>

<circle-progress value={progress} max="100" text-format="percent" />
<circle-progress value={progress} max="100" text-format="value" />

<style>
::part(base) {
Expand Down

0 comments on commit 5716a8a

Please sign in to comment.