Skip to content

Commit 5716a8a

Browse files
Update Progress.svelte to use value instead of percent in circle-progress component
1 parent cf2d642 commit 5716a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/Progress.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
});
77
</script>
88

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

1111
<style>
1212
::part(base) {

0 commit comments

Comments
 (0)