Loading app/src/components/presentational/ConsoleProjectionButtons.jsx +36 −30 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ export default function ConsoleProjectionButtons() { arrow TransitionComponent={Zoom} > <div> <ButtonBase id="projectionNorthPole" focusRipple Loading @@ -168,6 +169,7 @@ export default function ConsoleProjectionButtons() { > <img className={classes.img} src={northPolar} /> </ButtonBase> </div> </StyledTooltip> </Grid> <Grid item> Loading @@ -183,6 +185,7 @@ export default function ConsoleProjectionButtons() { arrow TransitionComponent={Zoom} > <div> <ButtonBase id="projectionCylindrical" focusRipple Loading @@ -195,6 +198,7 @@ export default function ConsoleProjectionButtons() { > <img className={classes.img} src={simpleCylindrical} /> </ButtonBase> </div> </StyledTooltip> </Grid> <Grid item> Loading @@ -206,6 +210,7 @@ export default function ConsoleProjectionButtons() { arrow TransitionComponent={Zoom} > <div> <ButtonBase id="projectionSouthPole" focusRipple Loading @@ -215,6 +220,7 @@ export default function ConsoleProjectionButtons() { > <img className={classes.img} src={southPolar} /> </ButtonBase> </div> </StyledTooltip> </Grid> </Grid> Loading Loading
app/src/components/presentational/ConsoleProjectionButtons.jsx +36 −30 Original line number Diff line number Diff line Loading @@ -159,6 +159,7 @@ export default function ConsoleProjectionButtons() { arrow TransitionComponent={Zoom} > <div> <ButtonBase id="projectionNorthPole" focusRipple Loading @@ -168,6 +169,7 @@ export default function ConsoleProjectionButtons() { > <img className={classes.img} src={northPolar} /> </ButtonBase> </div> </StyledTooltip> </Grid> <Grid item> Loading @@ -183,6 +185,7 @@ export default function ConsoleProjectionButtons() { arrow TransitionComponent={Zoom} > <div> <ButtonBase id="projectionCylindrical" focusRipple Loading @@ -195,6 +198,7 @@ export default function ConsoleProjectionButtons() { > <img className={classes.img} src={simpleCylindrical} /> </ButtonBase> </div> </StyledTooltip> </Grid> <Grid item> Loading @@ -206,6 +210,7 @@ export default function ConsoleProjectionButtons() { arrow TransitionComponent={Zoom} > <div> <ButtonBase id="projectionSouthPole" focusRipple Loading @@ -215,6 +220,7 @@ export default function ConsoleProjectionButtons() { > <img className={classes.img} src={southPolar} /> </ButtonBase> </div> </StyledTooltip> </Grid> </Grid> Loading