diff --git a/src/components/FeaturePanel/Climbing/ControlPanel.tsx b/src/components/FeaturePanel/Climbing/ControlPanel.tsx index 45088f591..6aaab5f68 100644 --- a/src/components/FeaturePanel/Climbing/ControlPanel.tsx +++ b/src/components/FeaturePanel/Climbing/ControlPanel.tsx @@ -1,5 +1,5 @@ import { IconButton } from '@material-ui/core'; -import TimelineIcon from '@material-ui/icons/Timeline'; +import ControlPointIcon from '@material-ui/icons/ControlPoint'; import DeleteIcon from '@material-ui/icons/Delete'; import CheckIcon from '@material-ui/icons/Check'; import EditIcon from '@material-ui/icons/Edit'; @@ -69,7 +69,7 @@ export const ControlPanel = ({ onClick={onCreateClimbingRouteClick} title={t('climbingpanel.create_climbing_route')} > - + {routeSelectedIndex !== null &&