diff --git a/src/forge/Information/Component/partner.jsx b/src/forge/Information/Component/partner.jsx index e5e120e5..03d1d394 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 74c38911..c1f47f89 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 34d1c69d..7a3f43d9 100644 Binary files a/src/images/img-error.png and b/src/images/img-error.png differ