Skip to content

Commit

Permalink
Update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik committed Sep 25, 2023
1 parent 5d2b0db commit 80e365c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FeaturePanel/Climbing/ControlPanel.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -69,7 +69,7 @@ export const ControlPanel = ({
onClick={onCreateClimbingRouteClick}
title={t('climbingpanel.create_climbing_route')}
>
<TimelineIcon fontSize="small" />
<ControlPointIcon fontSize="small" />
</IconButton>

{routeSelectedIndex !== null &&
Expand Down

0 comments on commit 80e365c

Please sign in to comment.