forked from lix-project/hydra
Replace old logo with Nix/NixOS logo.
This commit is contained in:
parent
1e7f9c8a15
commit
b81aa89260
|
@ -18,7 +18,7 @@ sub begin :Private {
|
|||
$c->stash->{version} = $ENV{"HYDRA_RELEASE"} || "<devel>";
|
||||
$c->stash->{nixVersion} = $ENV{"NIX_RELEASE"} || "<devel>";
|
||||
$c->stash->{curTime} = time;
|
||||
$c->stash->{logo} = $ENV{"HYDRA_LOGO"} ? "/logo" : "/static/images/hydra.png" ;
|
||||
$c->stash->{logo} = $ENV{"HYDRA_LOGO"} ? "/logo" : "/static/images/nixos-logo-only-hires.png" ;
|
||||
$c->stash->{tracker} = $ENV{"HYDRA_TRACKER"} ;
|
||||
|
||||
if (scalar(@args) == 0 || $args[0] ne "static") {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
}
|
||||
|
||||
.logo {
|
||||
height: 20px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
th {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 64 KiB |
BIN
src/root/static/images/nixos-logo-only-hires.png
Normal file
BIN
src/root/static/images/nixos-logo-only-hires.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
Loading…
Reference in a new issue