Browse Source
Merge pull request #243 from CHBMB/patch-2
Update Unraid Icon & Colour Scheme
pull/244/head
KodeStar
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
1 deletions
-
app/SupportedApps/Unraid.php
-
BIN
storage/app/public/supportedapps/unraid.png
|
@ -3,7 +3,7 @@ |
|
|
class Unraid implements Contracts\Applications { |
|
|
class Unraid implements Contracts\Applications { |
|
|
public function defaultColour() |
|
|
public function defaultColour() |
|
|
{ |
|
|
{ |
|
|
return '#3B5E1F'; |
|
|
return '#BF4C23'; |
|
|
} |
|
|
} |
|
|
public function icon() |
|
|
public function icon() |
|
|
{ |
|
|
{ |
|
|
Width:
|
Height:
|
Size: 28 KiB
Width:
|
Height:
|
Size: 6.5 KiB
|