mirror of https://github.com/portainer/portainer
fix(svg): fix footer height [EE-4547] (#8071)
parent
583346321e
commit
61e8e68c31
|
@ -19,7 +19,7 @@ function CEFooter() {
|
|||
<UpdateNotification />
|
||||
|
||||
<FooterContent>
|
||||
<Logo width="90px" height="" />
|
||||
<Logo width="90px" height="100%" />
|
||||
<span>Community Edition</span>
|
||||
|
||||
<BuildInfoModalButton />
|
||||
|
|
Loading…
Reference in New Issue