diff --git a/client/src/components/Layout/WidgetFooter.jsx b/client/src/components/Layout/WidgetFooter.jsx index 172d3358..c7c45838 100644 --- a/client/src/components/Layout/WidgetFooter.jsx +++ b/client/src/components/Layout/WidgetFooter.jsx @@ -50,8 +50,9 @@ function WidgetFooterSection(props) { > {captionText} + {maintainers.map((maintainer) => { - const logoMaintainerPath = maintainer.path?.default; + const logoMaintainerPath = maintainer.path; const imageType = logoMaintainerPath ? logoMaintainerPath.split(".").pop() : "unknown"; @@ -134,7 +135,7 @@ function WidgetFooterSection(props) { {logoPath ? (