Merge pull request #1725 from benphelps/fix/issue-1720

Ensure spacing with custom logo
pull/1729/head
shamoon 1 year ago committed by GitHub
commit e23dc8f277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save