diff --git a/src/components/assets/assetsHeader.vue b/src/components/assets/assetsHeader.vue
index 5db310c..f23a039 100644
--- a/src/components/assets/assetsHeader.vue
+++ b/src/components/assets/assetsHeader.vue
@@ -2280,7 +2280,7 @@ onMounted(() => {
}
}
.conform-btn {
- width: 427px;
+ width: 327px;
height: 81px;
display: flex;
align-items: center;
@@ -2297,8 +2297,8 @@ onMounted(() => {
cursor: pointer;
span {
display: inline-block;
- width: 100px;
- text-align: right;
+ // width: 100px;
+ // text-align: right;
}
img {
width: 54px;
diff --git a/src/components/common/card.vue b/src/components/common/card.vue
index d382d06..2c550b4 100644
--- a/src/components/common/card.vue
+++ b/src/components/common/card.vue
@@ -7,6 +7,7 @@
GENESIS HERO
+ Legacy Heroes
GOLD CARD
{{nftData.nft.name}}
@@ -262,6 +263,9 @@ onMounted(() => {
justify-content: space-between;
align-items: center;
margin: 20px 0;
+ font-family: "Poppins";
+ font-weight: 600;
+ font-size: 20px;
}
.card-price {
display: flex;
diff --git a/src/configs/item.json b/src/configs/item.json
index 32e4f93..e82d3cd 100644
--- a/src/configs/item.json
+++ b/src/configs/item.json
@@ -1,29 +1,29 @@
{
- "1": {
+ "2": {
"id": 1,
"name": "Tier1",
"type": 31,
"sub_type": 1
},
- "2": {
+ "3": {
"id": 2,
"name": "Tier2",
"type": 31,
"sub_type": 1
},
- "3": {
+ "4": {
"id": 3,
"name": "Tier3",
"type": 31,
"sub_type": 1
},
- "4": {
+ "5": {
"id": 4,
"name": "Tier4",
"type": 31,
"sub_type": 1
},
- "5": {
+ "6": {
"id": 5,
"name": "Tier5",
"type": 31,
diff --git a/src/views/DetailView.vue b/src/views/DetailView.vue
index 0849e1d..d83322f 100644
--- a/src/views/DetailView.vue
+++ b/src/views/DetailView.vue
@@ -9,19 +9,118 @@
+