Skip to content

Commit

Permalink
Remove LogoOONIRun styling
Browse files Browse the repository at this point in the history
  • Loading branch information
majakomel committed Aug 20, 2024
1 parent 847c6d7 commit ea3ee71
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/LogoOONIRun.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ import OONIRunLogo from '../../svgs/logos/Run-HorizontalMonochromeInverted.svg'

const LogoOONIRun = ({ ...props }) => (
// biome-ignore lint/a11y/useAltText: <explanation>
<img
src={OONIRunLogo}
style={{ display: 'inline', maxWidth: '100%', height: 'auto' }}
{...props}
/>
<img src={OONIRunLogo} {...props} />
)

export default LogoOONIRun

0 comments on commit ea3ee71

Please sign in to comment.