minor: Updated favicon for web interfaces

This commit is contained in:
2026-07-10 07:51:59 +05:30
parent 2c842b1520
commit ebd0b76c23
4 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
import "./.next/dev/types/routes.d.ts";
import "./.next/types/routes.d.ts";
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

BIN
apps/gui/src/app/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 919 B

View File

@@ -10,6 +10,7 @@ export default defineConfig({
mermaid(),
starlight({
title: "Omnia Docs",
favicon: "/favicon.png",
logo: {
src: "./src/assets/img/logo.png",
replacesTitle: true,

BIN
web/docs/public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 919 B