Merge pull request #1725 from benphelps/fix/issue-1720
Ensure spacing with custom logo
This commit is contained in:
commit
e23dc8f277
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ export default function Logo({ options }) {
|
||||||
<Container options={options}>
|
<Container options={options}>
|
||||||
<Raw>
|
<Raw>
|
||||||
{options.icon ?
|
{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
|
// fallback to homepage logo
|
||||||
<div className="w-12 h-12">
|
<div className="w-12 h-12">
|
||||||
<svg
|
<svg
|
||||||
|
|
Loading…
Add table
Reference in a new issue