+ {embedSrc && showEmbed ? (
+
+ ) : embedSrc && !showEmbed ? (
+
+ Live preview off — use the eye in the header to load this page.
+
+ ) : (
+
+ {!effectiveCommitted.trim()
+ ? isWired
+ ? "No URL yet from the connected node."
+ : "Enter a URL above, then press Enter or blur the field."
+ : "Enter a valid http(s) URL."}
+
+ )}
+