fix: progress bar

This commit is contained in:
not-nullptr 2024-11-14 16:40:03 +00:00
parent a97759e130
commit dbf16ffe8c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
class="h-full bg-accent-background dynadark:bg-accent-foreground absolute left-0 top-0"
class:percentless-animation={progress === null}
style={percent
? "width: {percent}%; transition: 500ms linear width;"
? `width: ${percent}%; transition: 500ms linear width;`
: ""}
></div>
</div>