+
+ Change instance
+
+
+ You are currently using the Sophon instance at {instanceUrl}.
+
+
+
+ Change instance
+
+
+
+ )
+}
diff --git a/frontend/src/utils/SophonContext.tsx b/frontend/src/utils/SophonContext.tsx
index 3cf4383..8c1def8 100644
--- a/frontend/src/utils/SophonContext.tsx
+++ b/frontend/src/utils/SophonContext.tsx
@@ -55,6 +55,11 @@ export interface SophonContextContents {
*/
logout: LogoutFunction,
+ /**
+ * The Sophon instance URL.
+ */
+ instanceUrl: string,
+
/**
* Change Sophon instance to the one with the given `url`.
*/
@@ -156,7 +161,7 @@ export function SophonContextProvider({children}: SophonContextProviderProps): J
)
return (
-