fix(frontend): added new Radarr v3 logo (#471)

pull/480/head
Brandon Cohen 4 years ago committed by GitHub
parent 6898357b13
commit 3bbc716434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 10 KiB

@ -99,7 +99,7 @@ const ServerInstance: React.FC<ServerInstanceProps> = ({
</p> </p>
</div> </div>
<img <img
className="w-10 h-10 bg-gray-300 rounded-full flex-shrink-0" className="w-10 h-10 flex-shrink-0"
src={`/images/${isSonarr ? 'sonarr' : 'radarr'}_logo.png`} src={`/images/${isSonarr ? 'sonarr' : 'radarr'}_logo.png`}
alt="" alt=""
/> />

Loading…
Cancel
Save