mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
refactor(images): Use SVG logos for Radarr & Sonarr (#827)
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user