mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-02 13:33:40 +01:00
Fixes oversized logo
This commit is contained in:
parent
2aeb3f4c89
commit
597a8d8b9a
@ -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…
x
Reference in New Issue
Block a user