- {value}
+
+ {value.includes("\n") ? (
+ value.split("\n").map((line) => (
+
+ {line}
+
+ ))
+ ) : (
+
{value}
+ )}
)}
diff --git a/app/root.tsx b/app/root.tsx
index cba99c5..8498ee4 100644
--- a/app/root.tsx
+++ b/app/root.tsx
@@ -7,7 +7,7 @@ import ToastProvider from "~/utils/toast-provider";
import type { Route } from "./+types/root";
import { ErrorBanner } from "./components/error-banner";
-import "@fontsource-variable/inter/wght.css";
+import "@fontsource-variable/inter/opsz.css";
import "./tailwind.css";
export const meta: MetaFunction = () => [
diff --git a/app/routes/machines/machine.tsx b/app/routes/machines/machine.tsx
index 3b6dd9e..4a742eb 100644
--- a/app/routes/machines/machine.tsx
+++ b/app/routes/machines/machine.tsx
@@ -288,7 +288,9 @@ export default function Page({
) : undefined}