diff --git a/apps/console/src/app/NetworkMenu.tsx b/apps/console/src/app/NetworkMenu.tsx
index 9266e42..2d6af0e 100644
--- a/apps/console/src/app/NetworkMenu.tsx
+++ b/apps/console/src/app/NetworkMenu.tsx
@@ -174,7 +174,7 @@ function InfoRow({ k, v, href, truncate, title }: { k: string; v: string; href?:
{k}
{href ? (
-
+
{v}
) : (
diff --git a/apps/console/src/app/Shell.tsx b/apps/console/src/app/Shell.tsx
index ecdf3d5..5afea23 100644
--- a/apps/console/src/app/Shell.tsx
+++ b/apps/console/src/app/Shell.tsx
@@ -132,7 +132,7 @@ export function Shell() {
{session?.member.name ?? "Signed in"}
-