From c962353ff41db98da85f8ee14d9ec71e85577bb1 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Thu, 23 Feb 2023 15:58:02 +0300 Subject: [PATCH] Update welcome screen --- pages/index.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 2875eb7..d208893 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,5 +1,7 @@ +import { Conditional } from 'components/Conditional' import { HomeCard } from 'components/HomeCard' import type { NextPage } from 'next' +import { BADGE_HUB_ADDRESS } from 'utils/constants' import { withMetadata } from 'utils/layout' const HomePage: NextPage = () => { @@ -25,9 +27,11 @@ const HomePage: NextPage = () => { Create a collection, view a list of your collections or execute collection actions and queries. - - Create badges, view a list of them or execute badge related actions and queries. - + + + Create badges, view a list of them or execute badge related actions and queries. + + Execute actions and queries for a variety of contracts.