-
-
Price
-
-
{item.price}
+ {timeList
+ .sort((a, b) => b.top - a.top)
+ .map((item, i) => (
+
+ {i + 1}
+
+
+
+ {item.name}
+ @{item.nickname}
-
-
-
{item.top}%
+
+
+ Price
+
+ {item.price}
+
+
+
+
+ {item.top}%
+
-
-
- ))}
+
+ ))}
{
{item.nickname}
-
{item.type}
+
{item.type}
![]()
{
onClick={openProfile}
src={item.avatar}
alt=""
- className="w-[30px] rounded-full cursor-pointer"
+ className="w-[44px] rounded-full cursor-pointer"
/>
@@ -175,7 +175,7 @@ const Reward = () => {
onClick={openProfile}
src={reward[0].avatar}
alt=""
- className="w-[30px] rounded-full cursor-pointer"
+ className="w-[44px] rounded-full cursor-pointer"
/>
diff --git a/src/welcome/Wallet/BuyModal.tsx b/src/welcome/Wallet/BuyModal.tsx
index 859e007..cc11ee0 100644
--- a/src/welcome/Wallet/BuyModal.tsx
+++ b/src/welcome/Wallet/BuyModal.tsx
@@ -23,6 +23,24 @@ const Icon = () => (
);
+const Icon1 = () => (
+
+);
+
const Left = () => (
@@ -123,15 +141,15 @@ const BuyModal = () => {
You Pay(Including Fees)
-
+
0.052
Wallet Balance
-
- 20.2928
+
+ 30.24
diff --git a/src/welcome/Wallet/InviteFriends.tsx b/src/welcome/Wallet/InviteFriends.tsx
index aa06b20..86ec991 100644
--- a/src/welcome/Wallet/InviteFriends.tsx
+++ b/src/welcome/Wallet/InviteFriends.tsx
@@ -32,17 +32,17 @@ const rows = [
{
time: 'Jan 05 2024, 14:32',
user: 'Cody Fisher',
- value: 12.87,
+ value: 2,
},
{
time: 'Apr 06 2023, 20:13',
user: 'Cody Fisher',
- value: 10.03,
+ value: 2,
},
{
time: 'Jan 12 2023, 13:42',
user: 'Cody Fisher',
- value: 15.12,
+ value: 2,
},
];
@@ -79,7 +79,7 @@ const InviteFriends = () => {
Invite Points
- 10.05
+ 10
diff --git a/src/welcome/Wallet/Profile.tsx b/src/welcome/Wallet/Profile.tsx
index 9269e18..c48b411 100644
--- a/src/welcome/Wallet/Profile.tsx
+++ b/src/welcome/Wallet/Profile.tsx
@@ -94,6 +94,73 @@ const ProfileModal = () => {
),
},
];
+
+ const ranking = [
+ {
+ data: (
+
+

+
Devon Lane
+
+ ),
+ post: 'Autonomous Worlds Ecosystem',
+ rank: 17,
+ value: (
+
+
+ 1.002
+
+ ),
+ },
+ {
+ data: (
+
+

+
Betty Moore
+
+ ),
+ post: 'Autonomous Worlds Ecosystem',
+ rank: 23,
+ value: (
+
+
+ 2.012
+
+ ),
+ },
+ {
+ data: (
+
+

+
William Miller
+
+ ),
+ post: 'Autonomous Worlds Ecosystem',
+ rank: 45,
+ value: (
+
+
+ 7.126
+
+ ),
+ },
+ ];
+
const { open, closeProfile } = useProfileModal((state) => ({ ...state }));
const [key, setKey] = useState(0);
const list = [
@@ -158,32 +225,94 @@ const ProfileModal = () => {
))}