mirror of
https://github.com/jambonz/jambonz-webapp.git
synced 2026-07-24 21:12:26 +00:00
Prefer self-closing syntax
This commit is contained in:
committed by
GitHub
parent
c8f1517421
commit
3d14b4f411
@@ -15,10 +15,10 @@ export const Spinner = ({ small = false }: SpinnerProps) => {
|
||||
|
||||
return (
|
||||
<div className={classNames(classes)}>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div></div>
|
||||
<div />
|
||||
<div />
|
||||
<div />
|
||||
<div />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user