diff --git a/src/content/drawer/index.tsx b/src/content/drawer/index.tsx index e981256..bb539ef 100644 --- a/src/content/drawer/index.tsx +++ b/src/content/drawer/index.tsx @@ -85,7 +85,7 @@ export default function PersistentDrawerRight() { anchor="right" open={open} > -
+
diff --git a/src/content/drawer/logoButton.tsx b/src/content/drawer/logoButton.tsx index 08eb6be..688b6cf 100644 --- a/src/content/drawer/logoButton.tsx +++ b/src/content/drawer/logoButton.tsx @@ -5,7 +5,7 @@ const LogoButton = () => {
Logo
diff --git a/src/content/loginPage/congratulationPage.tsx b/src/content/loginPage/congratulationPage.tsx index 96188c2..91cf35c 100644 --- a/src/content/loginPage/congratulationPage.tsx +++ b/src/content/loginPage/congratulationPage.tsx @@ -10,7 +10,7 @@ interface CongratulationPageProps { const CongratulationPage: FC = ({ handleButtonClick }) => { return ( -
+

Congratulations!

diff --git a/src/content/loginPage/invitePage.tsx b/src/content/loginPage/invitePage.tsx index 8f7b365..83298f7 100644 --- a/src/content/loginPage/invitePage.tsx +++ b/src/content/loginPage/invitePage.tsx @@ -47,7 +47,7 @@ const InvitePage: FC = ({ handleButtonClick }) => { } }; return ( -
+

Invite Code

diff --git a/src/content/loginPage/signInWithXPage.tsx b/src/content/loginPage/signInWithXPage.tsx index 39f5b32..8531966 100644 --- a/src/content/loginPage/signInWithXPage.tsx +++ b/src/content/loginPage/signInWithXPage.tsx @@ -10,7 +10,7 @@ interface SignInWithXPageProps { const SignInWithXPage: FC = ({ handleButtonClick }) => { return ( -
+
{
- #{item.rank} + #{i + 1}

{item.text}

diff --git a/src/welcome/Profile/index.tsx b/src/welcome/Profile/index.tsx index 01f6f43..c6e94ec 100644 --- a/src/welcome/Profile/index.tsx +++ b/src/welcome/Profile/index.tsx @@ -30,7 +30,7 @@ const Profile = (props: { handleButtonClick?: () => void }) => { }; return ( -
+
{ }, ]; + const holder16 = [ + { + holder: ( +
+ + Patricia Smith +
+ ), + shares: 4, + value: ( +
+ + 2.132 +
+ ), + }, + { + holder: ( +
+ + Brenda Wilson +
+ ), + shares: 16, + value: ( +
+ + 3.612 +
+ ), + }, + { + holder: ( +
+ + Laura Lewis +
+ ), + shares: 23, + value: ( +
+ + 3.191 +
+ ), + }, + ]; + const ranking = [ { data: (
- Devon Lane + Laura Lewis
), post: 'Autonomous Worlds Ecosystem', @@ -113,7 +176,7 @@ const ProfileModal = () => { value: (
- 1.002 + 2.102
), }, @@ -122,11 +185,11 @@ const ProfileModal = () => {
- Betty Moore + Brenda Wilson
), post: 'Autonomous Worlds Ecosystem', @@ -134,7 +197,7 @@ const ProfileModal = () => { value: (
- 2.012 + 1.034
), }, @@ -147,7 +210,7 @@ const ProfileModal = () => { alt="" className="w-5 rounded-full cursor-pointer" /> - William Miller + Steven Garcia
), post: 'Autonomous Worlds Ecosystem', @@ -155,7 +218,7 @@ const ProfileModal = () => { value: (
- 7.126 + 1.126
), }, @@ -269,7 +332,7 @@ const ProfileModal = () => { - {rows.map((row, i) => ( + {holder16.map((row, i) => ( {row.holder} diff --git a/src/welcome/Wallet/index.tsx b/src/welcome/Wallet/index.tsx index 22bb0b3..a9790e5 100644 --- a/src/welcome/Wallet/index.tsx +++ b/src/welcome/Wallet/index.tsx @@ -153,7 +153,7 @@ const Wallet = (props: { handleButtonClick?: () => void }) => { const { openProfile } = useProfileModal((state) => ({ ...state })); return ( -
+
props.handleButtonClick?.()}>