mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
fix(theme-classic): apply width/height for footer logos without href (#6508)
This commit is contained in:
parent
2553f1fb5a
commit
dda92eb2b6
1 changed files with 6 additions and 1 deletions
|
@ -179,7 +179,12 @@ function Footer(): JSX.Element | null {
|
|||
/>
|
||||
</Link>
|
||||
) : (
|
||||
<FooterLogo alt={logo.alt} sources={sources} />
|
||||
<FooterLogo
|
||||
alt={logo.alt}
|
||||
sources={sources}
|
||||
width={logo.width}
|
||||
height={logo.height}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue