diff --git a/src/forge/Information/Component/partner.jsx b/src/forge/Information/Component/partner.jsx index e5e120e50..03d1d3940 100644 --- a/src/forge/Information/Component/partner.jsx +++ b/src/forge/Information/Component/partner.jsx @@ -44,7 +44,12 @@ function Partner(props) { return(
{ j.typeName && moreTypes && {j.typeName}} - + { + j.link ? + : +
+ } +
) }) diff --git a/src/forge/Information/index.scss b/src/forge/Information/index.scss index 74c38911a..c1f47f892 100644 --- a/src/forge/Information/index.scss +++ b/src/forge/Information/index.scss @@ -1070,7 +1070,7 @@ display: inline-block; width: 200px; } - a { + a, div { display: inline-block; width: 220px; height: 88px; diff --git a/src/images/img-error.png b/src/images/img-error.png index 34d1c69d6..7a3f43d93 100644 Binary files a/src/images/img-error.png and b/src/images/img-error.png differ