1
0
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:
Ivar Conradi Østhus 2021-02-25 16:15:20 +01:00
parent 1d9065aff1
commit ecc178729d
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
2 changed files with 1 additions and 1 deletions

View File

@ -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>
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB