From aec44aaaebc8881f5d33fc0d824659b71931180d Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Fri, 17 Feb 2023 21:54:00 -0600 Subject: [PATCH] fix(gui): move pre tag into a valid location --- gui/src/components/OnnxError.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/gui/src/components/OnnxError.tsx b/gui/src/components/OnnxError.tsx index 416414ab..aad760fa 100644 --- a/gui/src/components/OnnxError.tsx +++ b/gui/src/components/OnnxError.tsx @@ -57,15 +57,17 @@ export function OnnxError(props: OnnxErrorProps) { client state: + + If your server is running and available at {props.root}, make sure you are using + a compatible client and try updating to the latest release or unstable version: + +
+            > git branch{'\n'}
+            * main{'\n'}
+            {'\n'}
+            > git pull{'\n'}
+          
- If your server is running and available at {props.root}, make sure you are on - the main branch and try updating to the latest version: -
-              > git branch{'\n'}
-              * main{'\n'}
-              {'\n'}
-              > git pull{'\n'}
-            
You can also use a recent release.