From 344e5c2b231e2dc21de1d8ac8a21b13f29e81fab Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Mon, 13 Apr 2026 22:53:52 +0300 Subject: [PATCH] Update light logo path Align light theme logo with dark theme. If this is a first-time setup, customize docs.json for your project. --- docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.json b/docs.json index 6961251..233886b 100644 --- a/docs.json +++ b/docs.json @@ -191,7 +191,7 @@ ] }, "logo": { - "light": "/logo/light.png", + "light": "/logo/logo.png", "dark": "/logo/logo.png", "href": "https://pocketenv.io" }, -- 2.51.2