Skip to content

Commit 8d52a6d

Browse files
andreas-taranetzjgrumboe
authored andcommitted
Update the wifi info on the live page
1 parent 48e5324 commit 8d52a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/pages/live/live.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ const Live = () => (
2121
<tbody>
2222
<tr>
2323
<td className="text-right">SSID</td>
24-
<td>tbd</td>
24+
<td>CNDA-conference</td>
2525
</tr>
2626
<tr>
2727
<td className="text-right">Password</td>
28-
<td>tbd</td>
28+
<td>stay-cloud-native!</td>
2929
</tr>
3030
</tbody>
3131
</table>

0 commit comments

Comments
 (0)