From 7b50c92ad3e0ba13c14fd43199eb06bf293669d1 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:20:35 -0600 Subject: [PATCH] Fix Logo import case so the Linux Docker build can resolve the module. Co-authored-by: Cursor --- .../navigation/CreateFlowTopNav/CreateFlowTopNav.view.tsx | 2 +- app/components/navigation/Footer.tsx | 2 +- app/components/navigation/Top/Top.view.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/navigation/CreateFlowTopNav/CreateFlowTopNav.view.tsx b/app/components/navigation/CreateFlowTopNav/CreateFlowTopNav.view.tsx index 593e187..512f6bd 100644 --- a/app/components/navigation/CreateFlowTopNav/CreateFlowTopNav.view.tsx +++ b/app/components/navigation/CreateFlowTopNav/CreateFlowTopNav.view.tsx @@ -1,6 +1,6 @@ "use client"; -import Logo from "../../asset/Logo"; +import Logo from "../../asset/logo"; import Button from "../../buttons/Button"; import ListItem from "../../layout/ListItem"; import Popover from "../../modals/Popover"; diff --git a/app/components/navigation/Footer.tsx b/app/components/navigation/Footer.tsx index 0cee6db..09c673a 100644 --- a/app/components/navigation/Footer.tsx +++ b/app/components/navigation/Footer.tsx @@ -3,7 +3,7 @@ import { memo } from "react"; import { useTranslation } from "../../contexts/MessagesContext"; import Link from "next/link"; -import Logo from "../asset/Logo"; +import Logo from "../asset/logo"; import Divider from "../utility/Divider"; import { getAssetPath, ASSETS } from "../../../lib/assetUtils"; diff --git a/app/components/navigation/Top/Top.view.tsx b/app/components/navigation/Top/Top.view.tsx index 35cfa90..3b661b9 100644 --- a/app/components/navigation/Top/Top.view.tsx +++ b/app/components/navigation/Top/Top.view.tsx @@ -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,