Browse Source

Merge pull request #243 from CHBMB/patch-2

Update Unraid Icon & Colour Scheme
pull/244/head
KodeStar 6 years ago
committed by GitHub
parent
commit
399ea088dc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/SupportedApps/Unraid.php
  2. BIN
      storage/app/public/supportedapps/unraid.png

2
app/SupportedApps/Unraid.php

@ -3,7 +3,7 @@
class Unraid implements Contracts\Applications {
public function defaultColour()
{
return '#3B5E1F';
return '#BF4C23';
}
public function icon()
{

BIN
storage/app/public/supportedapps/unraid.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Loading…
Cancel
Save