Skip to content

Commit

Permalink
Rename marketplace to showroom and remove footer empty links
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-nayaka authored May 13, 2024
1 parent 8d945ae commit 118928e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<title>Vara NFT Marketplace: Explore VaraNetwork's Diverse NFT Collections</title>
<title>Vara NFT Showroom: Explore VaraNetwork's Diverse NFT Collections</title>
<meta
name="description"
content="Discover the vibrant world of NFTs on the Vara Network Marketplace. 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." />
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." />
</head>
<body>
<div id="root"></div>
Expand Down
7 changes: 0 additions & 7 deletions frontend/src/components/layout/footer/consts.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
const LIST = [
{
heading: 'Marketplace',
links: [
{ text: 'Stats', href: '#' },
{ text: 'Create', href: '#' },
],
},
{
heading: 'About Vara',
links: [
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/components/layout/footer/footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
display: grid;
grid-template-columns: repeat(3, 1fr);

&:before {
content: '';
}

.heading {
margin-bottom: 16px;
font-weight: 700;
Expand Down

0 comments on commit 118928e

Please sign in to comment.