setStage({ ...stage, name: e.target.value })}
- className="w-[300px] text-md"
+ className="w-[250px] text-md"
/>
Enabled:
diff --git a/frontend/src/components/topbar/components.tsx b/frontend/src/components/topbar/components.tsx
index c976a0418..47a85b3d7 100644
--- a/frontend/src/components/topbar/components.tsx
+++ b/frontend/src/components/topbar/components.tsx
@@ -42,7 +42,7 @@ import { Button } from "@ui/button";
import { Link } from "react-router-dom";
import {
cn,
- RESOURCE_TARGETS,
+ SIDEBAR_RESOURCES,
usableResourcePath,
version_is_none,
} from "@lib/utils";
@@ -130,7 +130,7 @@ export const MobileDropdown = () => {
- {RESOURCE_TARGETS.map((type) => {
+ {SIDEBAR_RESOURCES.map((type) => {
const RTIcon = ResourceComponents[type].Icon;
const name = type === "ResourceSync" ? "Sync" : type;
return (
diff --git a/frontend/src/pages/settings/core-info.tsx b/frontend/src/pages/settings/core-info.tsx
index fcf48bab5..3411277e5 100644
--- a/frontend/src/pages/settings/core-info.tsx
+++ b/frontend/src/pages/settings/core-info.tsx
@@ -17,10 +17,12 @@ export const CoreInfo = () => {
const info = useRead("GetCoreInfo", {}).data;
return (
-
+
{info?.title}
- |
+
|
+
+
|
-
|
-
);
};
@@ -42,11 +42,7 @@ const AllInfo = () => {
return (