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,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";