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
{relayNodes.map((x) => (
-
diff --git a/intro/3-hello-world-web3/src/App.tsx b/intro/3-hello-world-web3/src/App.tsx
index d8b8431..9e39d5e 100644
--- a/intro/3-hello-world-web3/src/App.tsx
+++ b/intro/3-hello-world-web3/src/App.tsx
@@ -117,7 +117,8 @@ function App() {
>
) : (
<>
-
Pick a relay
+ Intro 3: Delegate computing to the network
+ Pick a relay
{relayNodes.map((x) => (
-
diff --git a/intro/4-ipfs-code-execution/web/src/Components/ConnectionForm.tsx b/intro/4-ipfs-code-execution/web/src/Components/ConnectionForm.tsx
index 504f007..c93333a 100644
--- a/intro/4-ipfs-code-execution/web/src/Components/ConnectionForm.tsx
+++ b/intro/4-ipfs-code-execution/web/src/Components/ConnectionForm.tsx
@@ -5,7 +5,8 @@ export const ConnectionForm = () => {
return (
<>
-
Pick a relay
+ Intro 4: IPFS storage + Fluence compute
+ Pick a relay