Skip to content

Commit

Permalink
fix: reserves
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Jan 21, 2024
1 parent 883c5b6 commit 754e20a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions apps/web/src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,13 @@ export const Home = ({ wallet }: Props) => {
variants={bottomToUp}
transition={{ duration: 0.5 }}
>
<Spacer h={30} />
<Heading size="md">Advanced View</Heading>
<SuppliedAssets address={wallet} />
<BorrowedAssets address={wallet} />
<ReservesIncentives address={wallet} />
<VStack spacing={4} alignItems={'stretch'} w="full">
<Spacer h={30} />
<Heading size="md">Advanced View</Heading>
<SuppliedAssets address={wallet} />
<BorrowedAssets address={wallet} />
<ReservesIncentives address={wallet} />
</VStack>
</motion.div>
)}
</VStack>
Expand Down

0 comments on commit 754e20a

Please sign in to comment.