mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 04:48:32 +00:00
chore: generate
This commit is contained in:
parent
84bb706537
commit
48dc05eee7
1 changed files with 7 additions and 1 deletions
|
|
@ -31,7 +31,13 @@ export function ProgressCircleV2(props: ProgressCircleV2Props) {
|
|||
[split.class ?? ""]: !!split.class,
|
||||
}}
|
||||
>
|
||||
<circle cx={center} cy={center} r={radius()} data-slot="progress-circle-v2-background" stroke-width={strokeWidth()} />
|
||||
<circle
|
||||
cx={center}
|
||||
cy={center}
|
||||
r={radius()}
|
||||
data-slot="progress-circle-v2-background"
|
||||
stroke-width={strokeWidth()}
|
||||
/>
|
||||
<circle
|
||||
cx={center}
|
||||
cy={center}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue