mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
Merge pull request #1725 from benphelps/fix/issue-1720
Ensure spacing with custom logo
This commit is contained in:
commit
e23dc8f277
@ -8,7 +8,9 @@ export default function Logo({ options }) {
|
||||
<Container options={options}>
|
||||
<Raw>
|
||||
{options.icon ?
|
||||
<ResolvedIcon icon={options.icon} width={48} height={48} /> :
|
||||
<div className="mr-3">
|
||||
<ResolvedIcon icon={options.icon} width={48} height={48} />
|
||||
</div> :
|
||||
// fallback to homepage logo
|
||||
<div className="w-12 h-12">
|
||||
<svg
|
||||
|
Loading…
x
Reference in New Issue
Block a user