Skip to content

Commit

Permalink
Changed the Contribute button in Toolbar.js to say Add Site
Browse files Browse the repository at this point in the history
  • Loading branch information
tomporvaz committed Jul 19, 2023
1 parent 27ef1d2 commit 01bf2df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/Toolbar/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,11 @@ function Toolbar(props) {
}}
>
<ContributeIcon />
<Typography style={{ textTransform: 'none' }} fontSize={'small'}>
Contribute
<Typography
style={{ textTransform: 'none', whiteSpace: 'nowrap' }}
fontSize={'small'}
>
Add Site
</Typography>
</IconButton>
</Box>
Expand Down

0 comments on commit 01bf2df

Please sign in to comment.