Skip to content

Commit

Permalink
fix: Display add funds cta on dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Feb 9, 2024
1 parent bef5740 commit 8f1f5e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/dashboard/index.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import AddFundsCTA from '@/components/common/AddFunds'
import FirstSteps from '@/components/dashboard/FirstSteps'
import type { ReactElement } from 'react'
import dynamic from 'next/dynamic'
Expand Down Expand Up @@ -37,6 +38,10 @@ const Dashboard = (): ReactElement => {
<FirstSteps />
</Grid>

<Grid item xs={12}>
<AddFundsCTA />
</Grid>

<Grid item xs={12} lg={6}>
<PendingTxsList />
</Grid>
Expand Down

0 comments on commit 8f1f5e2

Please sign in to comment.