Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanGrants committed Jan 21, 2024
2 parents 385119b + 76a2f7c commit 44814f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Maps.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import {
position='relative'
flexDirection='row'
justifyContent='center'
alignItems='center'
alignItems='start'
h='80vh'
w='100vw'
>
Expand Down Expand Up @@ -122,8 +122,8 @@ import {
</Box>

<ButtonGroup>
<Button colorScheme='pink' type='submit' onClick={calculateRoute}>
Calculate Route
<Button colorScheme='purple' type='submit' onClick={calculateRoute}>
Calculate Route
</Button>
<IconButton
aria-label='center back'
Expand Down

0 comments on commit 44814f3

Please sign in to comment.