Fix Logo import case so the Linux Docker build can resolve the module.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
adilallo
2026-08-17 19:37:21 -06:00
co-authored by Cursor
parent 5be76913ef
commit 7b50c92ad3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { ASSETS, getAssetPath } from "../../../../lib/assetUtils";
import Menu from "../Menu";
import type { TopViewProps } from "./Top.types";
import Logo from "../../asset/Logo";
import Logo from "../../asset/logo";
function TopView({
folderTop,