Browse Source

pfSense New Logo/Colour

pull/230/head
chbmb 6 years ago
committed by GitHub
parent
commit
8724ced531
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/SupportedApps/Pfsense.php

4
app/SupportedApps/Pfsense.php

@ -3,10 +3,10 @@
class Pfsense implements Contracts\Applications {
public function defaultColour()
{
return '#4e4742';
return '#243699';
}
public function icon()
{
return 'supportedapps/pfsense.png';
}
}
}

Loading…
Cancel
Save