diff --git a/hosts/ami/forgejo.nix b/hosts/ami/forgejo.nix index aec1fc5..1728c7c 100644 --- a/hosts/ami/forgejo.nix +++ b/hosts/ami/forgejo.nix @@ -75,11 +75,11 @@ in { }; "= /assets/img/logo.svg" = { - alias = ../../res/buffet_chef.png; + alias = ../../res/kitchen_logo.png; }; "= /assets/img/favicon.svg" = { - alias = ../../res/buffet_chef.png; + alias = ../../res/kitchen_logo.png; }; }; }; diff --git a/res/buffet_chef.png b/res/buffet_chef.png deleted file mode 100644 index e056f02..0000000 Binary files a/res/buffet_chef.png and /dev/null differ diff --git a/res/kitchen_logo.png b/res/kitchen_logo.png new file mode 100644 index 0000000..15b5b3e Binary files /dev/null and b/res/kitchen_logo.png differ