diff --git a/frontend/src/components/Header/Header.tsx b/frontend/src/components/Header/Header.tsx index 1cb5827..32300b3 100644 --- a/frontend/src/components/Header/Header.tsx +++ b/frontend/src/components/Header/Header.tsx @@ -52,8 +52,8 @@ export const Header: React.FC = ({ 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' } ] @@ -103,6 +103,7 @@ export const Header: React.FC = ({ } }} /> + {/* Invariant Link */} diff --git a/frontend/src/components/Header/style.ts b/frontend/src/components/Header/style.ts index 08131f2..7aae2f7 100644 --- a/frontend/src/components/Header/style.ts +++ b/frontend/src/components/Header/style.ts @@ -25,9 +25,9 @@ const useStyles = makeStyles()((theme: Theme) => { } }, logo: { - width: 150, - height: 40, - + width: 240, + height: 30, + backgroundOrigin: 'content-box', '&:hover': { cursor: 'pointer' } @@ -106,7 +106,7 @@ const useStyles = makeStyles()((theme: Theme) => { transition: 'filter 300ms' }, menuButton: { - width: 142, + width: 240, display: 'flex', justifyContent: 'flex-end', borderRadius: 10, diff --git a/frontend/src/static/svg/Logo.svg b/frontend/src/static/svg/Logo.svg index 8f392d8..c4c7e45 100644 --- a/frontend/src/static/svg/Logo.svg +++ b/frontend/src/static/svg/Logo.svg @@ -1,36 +1,24 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file