diff --git a/frontend/index.html b/frontend/index.html index a8afff2..c4c0fc3 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,10 +3,10 @@ - Vara NFT Marketplace: Explore VaraNetwork's Diverse NFT Collections + Vara NFT Showroom: Explore VaraNetwork's Diverse NFT Collections + content="Discover the vibrant world of NFTs on the Vara Network Showroom. Explore a diverse range of collections showcasing unique digital assets created on the Vara Network. Immerse yourself in the creativity and innovation of NFTs within our curated collections of digital art." />
diff --git a/frontend/src/components/layout/footer/consts.ts b/frontend/src/components/layout/footer/consts.ts index 4fea7c0..3356401 100644 --- a/frontend/src/components/layout/footer/consts.ts +++ b/frontend/src/components/layout/footer/consts.ts @@ -1,11 +1,4 @@ const LIST = [ - { - heading: 'Marketplace', - links: [ - { text: 'Stats', href: '#' }, - { text: 'Create', href: '#' }, - ], - }, { heading: 'About Vara', links: [ diff --git a/frontend/src/components/layout/footer/footer.module.scss b/frontend/src/components/layout/footer/footer.module.scss index fedd7d3..fe6ebd1 100644 --- a/frontend/src/components/layout/footer/footer.module.scss +++ b/frontend/src/components/layout/footer/footer.module.scss @@ -19,6 +19,10 @@ display: grid; grid-template-columns: repeat(3, 1fr); + &:before { + content: ''; + } + .heading { margin-bottom: 16px; font-weight: 700;