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

This commit is contained in:
Brandon Cohen
2020-12-22 23:05:40 -05:00
committed by GitHub
parent 6898357b13
commit 3bbc716434
2 changed files with 1 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ const ServerInstance: React.FC<ServerInstanceProps> = ({
</p>
</div>
<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`}
alt=""
/>