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

Ensure spacing with custom logo
This commit is contained in:
shamoon 2023-07-25 12:03:27 -07:00 committed by GitHub
commit e23dc8f277
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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