forge: use branding/hyperhive.svg for logo and favicon
This commit is contained in:
parent
615928453d
commit
468d682085
2 changed files with 2 additions and 12 deletions
|
|
@ -122,8 +122,8 @@ in
|
|||
# Replace the default Forgejo logo + favicon with the hyperhive
|
||||
# mark. Files in public/assets/img/ are served before built-ins.
|
||||
mkdir -p $out/public/assets/img
|
||||
cp ${../forge-theme/logo.svg} $out/public/assets/img/logo.svg
|
||||
cp ${../forge-theme/logo.svg} $out/public/assets/img/favicon.svg
|
||||
cp ${../../branding/hyperhive.svg} $out/public/assets/img/logo.svg
|
||||
cp ${../../branding/hyperhive.svg} $out/public/assets/img/favicon.svg
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue