mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-11 21:08:36 +03:00
minor UI improvements
This commit is contained in:
@@ -2,7 +2,7 @@ import React from "react";
|
||||
|
||||
import SitesIcon from "../atoms/SitesIcon";
|
||||
import CoverIcon from "../atoms/CoverIcon";
|
||||
import InfoIcon from "../atoms/InfoIcon";
|
||||
// import InfoIcon from "../atoms/InfoIcon";
|
||||
|
||||
function BottomActions(props) {
|
||||
function renderToggles() {
|
||||
@@ -16,20 +16,19 @@ function BottomActions(props) {
|
||||
/>
|
||||
) : null}
|
||||
</div>
|
||||
,
|
||||
{/* ,
|
||||
<div className="botttom-action-block">
|
||||
<InfoIcon
|
||||
isActive={props.info.enabled}
|
||||
onClickHandler={props.info.toggle}
|
||||
/>
|
||||
</div>
|
||||
,
|
||||
, */}
|
||||
<div className="botttom-action-block">
|
||||
{props.features.USE_COVER ? (
|
||||
<CoverIcon onClickHandler={props.cover.toggle} />
|
||||
) : null}
|
||||
</div>
|
||||
,
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user