Skip to content

Commit

Permalink
Created PhlaskButton button with 'Near Me' text and replaced 'PHLASK'…
Browse files Browse the repository at this point in the history
… button in toolbar with PhlaskButton
  • Loading branch information
jrsppf committed Jul 12, 2023
1 parent 80e71b0 commit 25de7e9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Toolbar/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { ReactComponent as ToiletIcon } from '../icons/CircleBathroomIcon.svg';
import { ReactComponent as WaterIcon } from '../icons/CircleWaterIcon.svg';
import { ReactComponent as SearchIcon } from '../icons/SearchIcon.svg';
import { ReactComponent as FilterIcon } from '../icons/FilterIcon.svg';
import { ReactComponent as PhlaskWater } from '../icons/phlaskWater.svg';
import { ReactComponent as PhlaskButton } from '../icons/PhlaskButton.svg';

import { SvgIcon, Typography } from '@mui/material';
import BottomNavigation from '@mui/material/BottomNavigation';
Expand Down Expand Up @@ -208,7 +208,7 @@ function Toolbar(props) {
flexDirection: 'column'
}}
>
<PhlaskWater />
<PhlaskButton />
</IconButton>
<IconButton
variant="blue"
Expand Down Expand Up @@ -259,7 +259,7 @@ function Toolbar(props) {
>
<ContributeIcon />
<Typography style={{ textTransform: 'none' }} fontSize={'small'}>
Contribute
Add Site
</Typography>
</IconButton>
</Box>
Expand Down
19 changes: 19 additions & 0 deletions src/components/icons/PhlaskButton.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 25de7e9

Please sign in to comment.