diff --git a/apps/explorer/src/index.html b/apps/explorer/src/index.html
index 5dcee9c82..4c4a3685e 100644
--- a/apps/explorer/src/index.html
+++ b/apps/explorer/src/index.html
@@ -2,8 +2,19 @@
- Explorer
-
+
+
+
+
+
+
+
+
-
-
-
-
+ VEGA Explorer
diff --git a/apps/governance/src/index.html b/apps/governance/src/index.html
index ac223de99..5f75651cb 100644
--- a/apps/governance/src/index.html
+++ b/apps/governance/src/index.html
@@ -22,7 +22,7 @@
type="font/woff2"
crossorigin="anonymous"
/>
- Vega Governance dApp
+ VEGA Governance
diff --git a/apps/trading/pages/index.page.tsx b/apps/trading/pages/index.page.tsx
index 34946e123..567a1ee3f 100644
--- a/apps/trading/pages/index.page.tsx
+++ b/apps/trading/pages/index.page.tsx
@@ -8,7 +8,7 @@ import { ClientRouter } from './client-router';
*/
export default function Index() {
return (
- <>
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -50,6 +31,6 @@ export default function Index() {
VEGA Console dApp
- >
+
);
}