Browse Source
Update Unraid colour in line with new logo
pull/243/head
chbmb
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/SupportedApps/Unraid.php
|
@ -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() |
|
|
{ |
|
|
{ |
|
|