mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-31 19:59:31 -05: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