Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
small changes (#42)
Browse files Browse the repository at this point in the history
Co-authored-by: cgi-bin <[email protected]>
  • Loading branch information
sven-hash and cgi-bin authored Jan 7, 2023
1 parent 578a682 commit 9501cb6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
Binary file modified public/logo-header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 10 additions & 6 deletions src/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import {
import Image from 'mui-image'
import Logo from '../public/logo-header.png'
import Disclaimer from './components/Disclaimer'
import Avatar from '@mui/joy/Avatar'

const muiTheme = extendMuiTheme({
// This is required to point to `var(--joy-*)` because we are using `CssVarsProvider` from Joy UI.
Expand Down Expand Up @@ -102,14 +103,17 @@ class Header extends React.Component {
}}
>
<Link component={RouterLink} to="/">
<Image
style={{ position: 'relative', left: '-12px', top: '-2px' }}
<Avatar
alt="PN"
src={Logo}
width="auto"
height="auto"
duration={0}
easing="linear"
variant="outlined"
style={{
position: 'relative',
left: '-10px',
top: '-2px',
}}
/>

<Button size="small">New paste</Button>
</Link>
<Typography color="inherit" size="small" level="body1">
Expand Down

0 comments on commit 9501cb6

Please sign in to comment.