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() {
|
||||
return (
|
||||
<div className="stalled icon flex justify-end w-10">
|
||||
<div />
|
||||
<div />
|
||||
<div />
|
||||
<div className="background-primary" />
|
||||
<div className="background-primary" />
|
||||
<div className="background-primary" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue