mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
chore: use img instead of svg for logo
This commit is contained in:
parent
1d9065aff1
commit
ecc178729d
@ -101,7 +101,7 @@ const LogoSvg = ({style}) => (
|
||||
|
||||
const ProjectTitle = () => (
|
||||
<h2 className="projectTitle">
|
||||
<LogoSvg style={{width: '300px'}} />
|
||||
<img src={imgUrl('unleash-oss-logo-v2.png')} alt="Unleash" />
|
||||
<small>{siteConfig.tagline}</small>
|
||||
</h2>
|
||||
);
|
||||
|
BIN
website/static/img/unleash-oss-logo-v2.png
Normal file
BIN
website/static/img/unleash-oss-logo-v2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Loading…
Reference in New Issue
Block a user