Browse Source

Merge pull request #244 from CHBMB/patch-3

Better logo and colour scheme for Unraid
pull/204/merge
KodeStar 6 years ago
committed by GitHub
parent
commit
c344de3f04
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/unraid3.png

2
app/SupportedApps/Unraid.php

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

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Loading…
Cancel
Save