diff --git a/public/favicon.png b/public/favicon.png index 40d7c8e..0cc6186 100644 Binary files a/public/favicon.png and b/public/favicon.png differ diff --git a/public/logo.png b/public/logo.png deleted file mode 100644 index 88d124a..0000000 Binary files a/public/logo.png and /dev/null differ diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..3244e7a --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx index 89c37f5..0fe2e56 100644 --- a/src/components/AppBar/AppBar.tsx +++ b/src/components/AppBar/AppBar.tsx @@ -122,13 +122,14 @@ export const AppBar = () => { position="fixed" className={styles.AppBar} sx={{ - boxShadow: 'none' + boxShadow: 'none', + '--AppBar-height': isAuthenticated ? '60px' : '' }} > - Logo navigate('/')} /> + Logo navigate('/')} /> diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 738db13..e9d3296 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,4 +1,4 @@ -import { Box, Button, Container, Grid, Link } from '@mui/material' +import { Box, Button, Container, Link } from '@mui/material' import { Link as RouterLink } from 'react-router-dom' import styles from './style.module.scss' @@ -35,7 +35,7 @@ export const Footer = () => ( to={'/'} className={styles.logo} > - Logo + Logo { gap: '50px' }} > - Logo + Logo { textAlign: 'center' }} > - SIGit - Secure & Private Document Signing + Secure & Private Document Signing