Skip to content

Commit

Permalink
Merge pull request #38 from invariant-labs/naming-updates
Browse files Browse the repository at this point in the history
update naming and logo
  • Loading branch information
wojciech-cichocki authored Aug 21, 2024
2 parents bf9e8be + e48f674 commit 551232a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 42 deletions.
5 changes: 3 additions & 2 deletions frontend/src/components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export const Header: React.FC<IHeader> = ({
const isMdDown = useMediaQuery(theme.breakpoints.down('md'))

const routes = [
{ root: 'liquidity', name: 'Liquidity management' },
{ root: 'position', name: 'Fungible position' },
{ root: 'liquidity', name: 'Fullrange Tokenizer' },
{ root: 'position', name: 'Fingible Position' },
{ root: 'orderbook', name: 'Orderbook' }
]

Expand Down Expand Up @@ -103,6 +103,7 @@ export const Header: React.FC<IHeader> = ({
}
}}
/>
{/* <img src={invariantLogo} alt='Invariant Link' className={classes.logo} /> */}
</Grid>
<Box sx={{ display: { xs: 'block', md: 'none' } }}>
<Grid container item className={classes.leftSide} justifyContent='flex-start'>
Expand Down
8 changes: 4 additions & 4 deletions frontend/src/components/Header/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const useStyles = makeStyles()((theme: Theme) => {
}
},
logo: {
width: 150,
height: 40,

width: 240,
height: 30,
backgroundOrigin: 'content-box',
'&:hover': {
cursor: 'pointer'
}
Expand Down Expand Up @@ -106,7 +106,7 @@ const useStyles = makeStyles()((theme: Theme) => {
transition: 'filter 300ms'
},
menuButton: {
width: 142,
width: 240,
display: 'flex',
justifyContent: 'flex-end',
borderRadius: 10,
Expand Down
60 changes: 24 additions & 36 deletions frontend/src/static/svg/Logo.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 551232a

Please sign in to comment.