diff --git a/src/App.tsx b/src/App.tsx index f7827f1..d582074 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -28,6 +28,9 @@ const App: React.FC = () => { Solve complex UX challenges with customisable SDK modules in minutes.

+

+ This demo only works for testnet networks. +

@@ -74,6 +77,11 @@ const useStyles = makeStyles(() => ({ subTitle: { fontSize: 22, margin: 0 + }, + note: { + fontSize: 18, + marginBottom: 10, + fontWeight: "bold", } }))