Skip to content

Commit

Permalink
update navigation text
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor-Vuk committed Oct 18, 2024
1 parent 38ed0a7 commit fbc9e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contentComponents/regularComponents/Menu/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ const Menu: FC<MenuProps> = ({ mapRef }) => {
</p>
<p>Left Mouse - Move</p>
<p>Right Mouse - Rotate</p>
<p>Scroll Wheel - Zoom</p>
<p>Scroll Wheel - Zoom In/Out</p>
<p>SHIFT + Left Mouse(Drag) - Select location</p>
<p>
<u>Mobile</u>
</p>
<p>One finger - Move</p>
<p>Two fingers - Rotate</p>
<p>Pinch - Zoom</p>
<p>Pinch - Zoom In/Out</p>
</div>
),
})
Expand Down

0 comments on commit fbc9e41

Please sign in to comment.