Add titles to the first screen

This commit is contained in:
folex
2021-07-22 19:20:26 +03:00
parent 0f454e146c
commit 7c0eb90ec9
3 changed files with 6 additions and 3 deletions

View File

@ -113,7 +113,8 @@ function App() {
</>
) : (
<>
<h1>Pick a relay</h1>
<h1>Intro 1: P2P browser-to-browser</h1>
<h2>Pick a relay</h2>
<ul>
{relayNodes.map((x) => (
<li key={x.peerId}>

View File

@ -117,7 +117,8 @@ function App() {
</>
) : (
<>
<h1>Pick a relay</h1>
<h1>Intro 3: Delegate computing to the network</h1>
<h2>Pick a relay</h2>
<ul>
{relayNodes.map((x) => (
<li key={x.peerId}>

View File

@ -5,7 +5,8 @@ export const ConnectionForm = () => {
return (
<>
<h1>Pick a relay</h1>
<h1>Intro 4: IPFS storage + Fluence compute</h1>
<h2>Pick a relay</h2>
<ul>
{relayNodes.map((x) => (
<li key={x.peerId}>