refactor(images): Use SVG logos for Radarr & Sonarr (#827)

This commit is contained in:
TheCatLady
2021-02-03 19:44:50 -05:00
committed by GitHub
parent c97c96a30c
commit 035534e9fe
5 changed files with 3 additions and 1 deletions

View File

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