Skip to content

Commit

Permalink
done 50% dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
TranHuyHiep committed Mar 14, 2023
1 parent 3d2a476 commit 01d5639
Show file tree
Hide file tree
Showing 4 changed files with 257 additions and 401 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import Head from 'next/head';

import Logo from 'src/components/LogoSign';
import Hero from 'src/content/Overview/Hero';
import { CardanoWallet } from '@meshsdk/react';

const HeaderWrapper = styled(Card)(
({ theme }) => `
Expand All @@ -36,6 +35,8 @@ const OverviewWrapper = styled(Box)(
);

function Overview() {


return (
<>
<OverviewWrapper>
Expand All @@ -53,7 +54,6 @@ function Overview() {
flex={1}
>
<Box />
<CardanoWallet />
<Box>
<Button
component={Link}
Expand Down
Loading

0 comments on commit 01d5639

Please sign in to comment.