diff --git a/bridge_ui/src/App.js b/bridge_ui/src/App.js index abf9198f..4051af41 100644 --- a/bridge_ui/src/App.js +++ b/bridge_ui/src/App.js @@ -22,7 +22,7 @@ import NFT from "./components/NFT"; import Transfer from "./components/Transfer"; import Migration from "./components/Migration"; import wormholeLogo from "./icons/wormhole.svg"; -import { ENABLE_NFT } from "./utils/consts"; +import { CLUSTER, ENABLE_NFT } from "./utils/consts"; const useStyles = makeStyles((theme) => ({ appBar: { @@ -148,6 +148,13 @@ function App() { + {CLUSTER === "mainnet" ? null : ( + + + Caution! You are using the {CLUSTER} build of this app. + + + )}
{ENABLE_NFT ? (