@@ -67,10 +67,17 @@ const Challange = () => {
{node.frontmatter.title}
-
+ { node.frontmatter.tags.includes('sold')?
+
Sold
+ :
+
+ }
+
+
+
diff --git a/src/components/layout.scss b/src/components/layout.scss
index d2557a37..92a0170c 100644
--- a/src/components/layout.scss
+++ b/src/components/layout.scss
@@ -575,6 +575,7 @@ footer{
display: flex;
justify-content: center;
opacity: 0;
+
a{
display: flex;
font-weight: 600;
@@ -591,6 +592,14 @@ footer{
.btn-png{
border: 1px solid $white;
color: $white;
+
+ }
+ }
+ .sold{
+ h4{
+ font-size: 32px;
+ font-weight: bold;
+ color: $blue;
}
}
}