Compare commits

..
2 Commits
Author SHA1 Message Date
adilalloandCursor 7b50c92ad3 Fix Logo import case so the Linux Docker build can resolve the module.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-17 19:37:21 -06:00
adilalloandCursor 5be76913ef Bump Cloudron manifest to 0.1.10 for staging deploy.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-17 19:37:21 -06:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"title": "Community Rule", "title": "Community Rule",
"author": "MEDLab", "author": "MEDLab",
"description": "Community governance and rule-building app", "description": "Community governance and rule-building app",
"version": "0.1.9", "version": "0.1.10",
"httpPort": 3000, "httpPort": 3000,
"healthCheckPath": "/api/health", "healthCheckPath": "/api/health",
"memoryLimit": 805306368, "memoryLimit": 805306368,
@@ -1,6 +1,6 @@
"use client"; "use client";
import Logo from "../../asset/Logo"; import Logo from "../../asset/logo";
import Button from "../../buttons/Button"; import Button from "../../buttons/Button";
import ListItem from "../../layout/ListItem"; import ListItem from "../../layout/ListItem";
import Popover from "../../modals/Popover"; import Popover from "../../modals/Popover";
+1 -1
View File
@@ -3,7 +3,7 @@
import { memo } from "react"; import { memo } from "react";
import { useTranslation } from "../../contexts/MessagesContext"; import { useTranslation } from "../../contexts/MessagesContext";
import Link from "next/link"; import Link from "next/link";
import Logo from "../asset/Logo"; import Logo from "../asset/logo";
import Divider from "../utility/Divider"; import Divider from "../utility/Divider";
import { getAssetPath, ASSETS } from "../../../lib/assetUtils"; import { getAssetPath, ASSETS } from "../../../lib/assetUtils";
+1 -1
View File
@@ -7,7 +7,7 @@ import { ASSETS, getAssetPath } from "../../../../lib/assetUtils";
import Menu from "../Menu"; import Menu from "../Menu";
import type { TopViewProps } from "./Top.types"; import type { TopViewProps } from "./Top.types";
import Logo from "../../asset/Logo"; import Logo from "../../asset/logo";
function TopView({ function TopView({
folderTop, folderTop,