Skip to content

Commit

Permalink
Merge branch 'main' into isomorphic-websocket-for-onboarding
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialittlejohn authored Oct 21, 2024
2 parents 17ca800 + b8a971d commit e0b585c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion centrifuge-app/src/components/Portfolio/Transactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export function Transactions({ onlyMostRecent, narrow, txTypes, address, tranche
</Stack>
</PaginationProvider>
) : (
<Shelf border={`1px solid ${theme.colors.backgroundTertiary}`} borderRadius="6px" justifyContent="center" p={2}>
<Shelf borderRadius="4px" backgroundColor="backgroundSecondary" justifyContent="center" p="10px">
<Text color="textSecondary" variant="body2">
No transactions displayed yet
</Text>
Expand Down
2 changes: 1 addition & 1 deletion centrifuge-app/src/pages/Portfolio/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Portfolio() {
Track and manage your portfolio
</Text>
</Stack>
<CardPortfolioValue address={address} chainId={chainId} showGraph={false} />
<CardPortfolioValue address={address} chainId={chainId} />
</LayoutSection>

{transactions?.investorTransactions.length === 0 && connectedNetwork === 'centrifuge' ? (
Expand Down

0 comments on commit e0b585c

Please sign in to comment.