Fixes oversized logo
This commit is contained in:
parent
2aeb3f4c89
commit
597a8d8b9a
1 changed files with 46 additions and 44 deletions
|
@ -10,6 +10,7 @@ export default function Logo({ options }) {
|
||||||
{options.icon ?
|
{options.icon ?
|
||||||
<ResolvedIcon icon={options.icon} width={48} height={48} /> :
|
<ResolvedIcon icon={options.icon} width={48} height={48} /> :
|
||||||
// fallback to homepage logo
|
// fallback to homepage logo
|
||||||
|
<div className="w-12 h-12">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
viewBox="0 0 1024 1024"
|
viewBox="0 0 1024 1024"
|
||||||
|
@ -60,6 +61,7 @@ export default function Logo({ options }) {
|
||||||
/>
|
/>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
</Raw>
|
</Raw>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
Loading…
Add table
Reference in a new issue