diff --git a/src/views/credits/credits.jsx b/src/views/credits/credits.jsx index f5d9f393b..34cef0d68 100644 --- a/src/views/credits/credits.jsx +++ b/src/views/credits/credits.jsx @@ -61,19 +61,30 @@ const Credits = () => ( className="logo" key={`logo-${index}`} > - + {supporter.logoDestination ? ( {supporter.logoSrc ? ( - ) : + ) : (
{supporter.textLogo}
- } -
+ )} + ) : (supporter.logoSrc ? ( + + ) : ( +
+ {supporter.textLogo} +
+ )) + } ))}