Compare commits
2
Commits
0aceb58c13
...
7b50c92ad3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b50c92ad3 | ||
|
|
5be76913ef |
@@ -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";
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user