mirror of
https://github.com/fluencelabs/examples
synced 2025-06-12 01:21:20 +00:00
Add titles to the first screen
This commit is contained in:
@ -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}>
|
||||
|
@ -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}>
|
||||
|
@ -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}>
|
||||
|
Reference in New Issue
Block a user