Skip to content

Commit

Permalink
as
Browse files Browse the repository at this point in the history
  • Loading branch information
klepi21 committed Oct 19, 2023
1 parent b8a6e77 commit a71ff8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@chakra-ui/theme-tools": "^2.0.18",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mantine/core": "^7.1.5",
"@multiversx/sdk-dapp": "^2.14.4",
"@multiversx/sdk-wallet": "^4.2.0",
"@reduxjs/toolkit": "^1.9.7",
Expand Down
1 change: 1 addition & 0 deletions src/views/Home/components/ExistingUser/ExistingUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ function ExistingUser({ address, email, secretWords, userGid }: { address: strin
_active={{ bg: "transparent" }}
_focus={{ boxShadow: "none" }}
onClick={handleClickWords}
isDisabled={true} // Disabling the button
>
<VStack spacing={1}>
<Circle size="50px" bg="blue.500" color="white">
Expand Down
3 changes: 3 additions & 0 deletions src/views/Home/components/LandingPage/LandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import ExistingUserModal from '../ExistingUser/ExistingUserModal';
import { useGetUserInfo } from "@/views/Home/hooks/hooks";
import { useToast } from '@chakra-ui/react'


interface FeatureCardProps {
icon: React.ComponentType; // Specify the type for the 'icon' prop
title: string; // Specify the type for the 'title' prop
Expand Down Expand Up @@ -290,6 +291,8 @@ export default function LandingPage() {
</Flex>
</Flex>



{/* Stats Section */}
<Grid
style={{ zIndex: 1 }}
Expand Down

0 comments on commit a71ff8a

Please sign in to comment.