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:
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 10 KiB |
@@ -99,7 +99,7 @@ const ServerInstance: React.FC<ServerInstanceProps> = ({
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<img
|
<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`}
|
src={`/images/${isSonarr ? 'sonarr' : 'radarr'}_logo.png`}
|
||||||
alt=""
|
alt=""
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user