-
- What is Sophon?
-
-
- Sophon is software that allows you to store, execute, and optionally share your research in a secure cloud hosted by your institution.
-
-
- )
-}
diff --git a/frontend/src/components/instance/InstanceDescriptionBox.tsx b/frontend/src/components/instance/InstanceDescriptionBox.tsx
index d26122e..51c535e 100644
--- a/frontend/src/components/instance/InstanceDescriptionBox.tsx
+++ b/frontend/src/components/instance/InstanceDescriptionBox.tsx
@@ -1,7 +1,7 @@
-import {Box, Heading, Idiomatic} from "@steffo/bluelib-react"
+import {faUniversity} from "@fortawesome/free-solid-svg-icons"
import * as React from "react"
-import ReactMarkdown from "react-markdown"
import {useInstanceContext} from "../../contexts/instance"
+import {DescriptionBox} from "../elements/DescriptionBox"
import {ErrorBox} from "../errors/ErrorBox"
@@ -21,13 +21,10 @@ export function InstanceDescriptionBox(): JSX.Element | null {
}
return (
-