mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-22 18:28:35 +03:00
small loading spinner for thumbnail; restructure source overlay content
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import React from 'react';
|
||||
|
||||
const Spinner = () => {
|
||||
const Spinner = ({ small }) => {
|
||||
return (
|
||||
<div className="spinner">
|
||||
<div className={`spinner ${small ? 'small' : ''}`}>
|
||||
<div className="double-bounce-overlay"></div>
|
||||
<div className="double-bounce"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user