diff --git a/software/chainlink/js/packages/example-webserial-basic/src/App.tsx b/software/chainlink/js/packages/example-webserial-basic/src/App.tsx index 57a56298..b8d4348c 100644 --- a/software/chainlink/js/packages/example-webserial-basic/src/App.tsx +++ b/software/chainlink/js/packages/example-webserial-basic/src/App.tsx @@ -257,7 +257,7 @@ export const App: React.FC = () => { ) : navigator.serial ? ( -
+ <> Welcome @@ -269,16 +269,21 @@ export const App: React.FC = () => { - -

Haven't built a display yet, or want to learn more? Check out the project landing page to see - an interactive 3d model and read more about the project.

-
-
+ ) : ( Sorry, Web Serial API isn't available in your browser. Try the latest version of Chrome. )} + + { splitflap === null ? + +

Haven't built a display yet, or want to learn more? Check out the project landing page to see + an interactive 3d model and read more about the project.

+
+ : + null + }