mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
fix(frontend): added new Radarr v3 logo (#471)
This commit is contained in:
@@ -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=""
|
||||
/>
|
||||
|
Reference in New Issue
Block a user