From da72d0f3d03ad59f45bdbbb142f74745dfdb89b7 Mon Sep 17 00:00:00 2001 From: Alexandria Roberts Date: Thu, 5 May 2022 07:00:01 +0800 Subject: [PATCH 1/4] update boba network --- pages/[locale]/index.tsx | 6 ++++++ public/img/networks/boba.svg | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 public/img/networks/boba.svg diff --git a/pages/[locale]/index.tsx b/pages/[locale]/index.tsx index e93aefe02fba..e5f4c93d2c57 100644 --- a/pages/[locale]/index.tsx +++ b/pages/[locale]/index.tsx @@ -382,6 +382,12 @@ const Index: NextPage = ({ navItems }: IndexProps) => { href: 'https://moonbeam.network/', beta: true, }, + { + title: 'Boba Network', + image: '/img/networks/boba.svg', + href: 'https://boba.network/', + beta: true, + }, ].map((network, index) => ( diff --git a/public/img/networks/boba.svg b/public/img/networks/boba.svg new file mode 100644 index 000000000000..11adf463b082 --- /dev/null +++ b/public/img/networks/boba.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From 93ade828a178f653c7e706cfd03076753bf6b13a Mon Sep 17 00:00:00 2001 From: Alexandria Roberts Date: Thu, 5 May 2022 08:35:12 +0800 Subject: [PATCH 2/4] added extra padding and fixed font size --- pages/[locale]/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/[locale]/index.tsx b/pages/[locale]/index.tsx index e5f4c93d2c57..9a0269d9882a 100644 --- a/pages/[locale]/index.tsx +++ b/pages/[locale]/index.tsx @@ -415,7 +415,7 @@ const Index: NextPage = ({ navItems }: IndexProps) => { ))} - *{t('index.supportedNetworks.betaWarning')} + *{t('index.supportedNetworks.betaWarning')} ) From 3b0944fef465d2fe5e5f38d45a6f5de3011c6f6d Mon Sep 17 00:00:00 2001 From: Alexandria Roberts Date: Thu, 5 May 2022 09:13:29 +0800 Subject: [PATCH 3/4] updated font size and added padding --- pages/[locale]/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/[locale]/index.tsx b/pages/[locale]/index.tsx index 9a0269d9882a..dd26ecbd1003 100644 --- a/pages/[locale]/index.tsx +++ b/pages/[locale]/index.tsx @@ -415,7 +415,7 @@ const Index: NextPage = ({ navItems }: IndexProps) => { ))} - *{t('index.supportedNetworks.betaWarning')} + *{t('index.supportedNetworks.betaWarning')} ) From 413e7a3702ad17da28052919be73d5e15c8d73f0 Mon Sep 17 00:00:00 2001 From: Alexandria Roberts Date: Thu, 5 May 2022 09:24:17 +0800 Subject: [PATCH 4/4] changed to margin from padding --- pages/[locale]/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/[locale]/index.tsx b/pages/[locale]/index.tsx index dd26ecbd1003..ff28ea3a0a1c 100644 --- a/pages/[locale]/index.tsx +++ b/pages/[locale]/index.tsx @@ -415,7 +415,7 @@ const Index: NextPage = ({ navItems }: IndexProps) => { ))} - *{t('index.supportedNetworks.betaWarning')} + *{t('index.supportedNetworks.betaWarning')} )