From 22c893dc737960ecb0d28b2ece22a92b8a84a31c Mon Sep 17 00:00:00 2001 From: Madalina Raicu Date: Thu, 10 Aug 2023 23:45:37 +0300 Subject: [PATCH] chore: update metadata --- apps/explorer/src/index.html | 24 ++++++++++++++---------- apps/governance/src/index.html | 2 +- apps/trading/pages/index.page.tsx | 23 ++--------------------- 3 files changed, 17 insertions(+), 32 deletions(-) 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 - +
); }