Skip to content

Commit

Permalink
Add link from ManageBoostPage to AdvancedPage
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenshively committed Feb 25, 2024
1 parent b25a6f7 commit e9ab08a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion earn/src/pages/boost/ManageBoostPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,11 @@ export default function ManageBoostPage() {
{!isLoading && (
<Container>
<BoostCard info={cardInfo} uniqueId={nftTokenId} isDisplayOnly={true} />
<div className='flex-grow'>
<div className='flex-grow flex-col'>
<CollectFeesWidget cardInfo={cardInfo} tokenQuotes={tokenQuotes} setPendingTxn={setPendingTxn} />
<Text size='S' className='text-center underline mt-4 max-w-[500px]'>
<a href={`/borrow?account=${cardInfo.borrower?.address}`}>Advanced View</a>
</Text>
</div>
</Container>
)}
Expand Down

0 comments on commit e9ab08a

Please sign in to comment.