Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Apr 12, 2024
1 parent bf917c5 commit 8775b7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@apollo/client": "^3.7.10",
"@chakra-ui/react": "^2.8.2",
"@decent-org/fractal-ui": "^0.2.3",
"@decent-org/fractal-ui": "^0.1.25",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@ethersproject/abstract-signer": "^5.7.0",
Expand Down
3 changes: 2 additions & 1 deletion src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Center, VStack, Text, Button, Flex, Box } from '@chakra-ui/react';

import { Info } from '@phosphor-icons/react';
import { useEffect } from 'react';
import { useTranslation } from 'react-i18next';
import { useNavigate } from 'react-router-dom';
Expand All @@ -13,7 +14,6 @@ import { BASE_ROUTES } from '../constants/routes';
import { URL_DOCS } from '../constants/url';
import { useFractal } from '../providers/App/AppProvider';
import { useNetworkConfig } from '../providers/NetworkConfig/NetworkConfigProvider';

const VALUE_PROPS = [
{
iconSrc: '/images/icon-structure.svg',
Expand Down Expand Up @@ -110,6 +110,7 @@ export default function HomePage() {
paddingTop="6.25rem"
paddingBottom="6.25rem"
>
<Info />
<Text
paddingBottom="1.5rem"
textStyle={{
Expand Down

0 comments on commit 8775b7f

Please sign in to comment.