From 7c0eb90ec91a66fea0f148b721f5d65c63688293 Mon Sep 17 00:00:00 2001 From: folex <0xdxdy@gmail.com> Date: Thu, 22 Jul 2021 19:20:26 +0300 Subject: [PATCH] Add titles to the first screen --- intro/1-hello-world/src/App.tsx | 3 ++- intro/3-hello-world-web3/src/App.tsx | 3 ++- .../web/src/Components/ConnectionForm.tsx | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/intro/1-hello-world/src/App.tsx b/intro/1-hello-world/src/App.tsx index 4dd72ed..4608a67 100644 --- a/intro/1-hello-world/src/App.tsx +++ b/intro/1-hello-world/src/App.tsx @@ -113,7 +113,8 @@ function App() { ) : ( <> -

Pick a relay

+

Intro 1: P2P browser-to-browser

+

Pick a relay