Fix StalledIcon component
This commit is contained in:
parent
3250fae3f3
commit
18a454075d
1 changed files with 3 additions and 3 deletions
|
@ -150,9 +150,9 @@ export function RefreshIcon({ onClick }: Props) {
|
||||||
export function StalledIcon() {
|
export function StalledIcon() {
|
||||||
return (
|
return (
|
||||||
<div className="stalled icon flex justify-end w-10">
|
<div className="stalled icon flex justify-end w-10">
|
||||||
<div />
|
<div className="background-primary" />
|
||||||
<div />
|
<div className="background-primary" />
|
||||||
<div />
|
<div className="background-primary" />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue