mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-02 05:23:39 +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 ?
|
||||
<ResolvedIcon icon={options.icon} width={48} height={48} /> :
|
||||
// fallback to homepage logo
|
||||
<div className="w-12 h-12">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 1024 1024"
|
||||
@ -60,6 +61,7 @@ export default function Logo({ options }) {
|
||||
/>
|
||||
</g>
|
||||
</svg>
|
||||
</div>
|
||||
}
|
||||
</Raw>
|
||||
</Container>
|
||||
|
Loading…
x
Reference in New Issue
Block a user