Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Nov 7, 2024
1 parent c4cdd2d commit 71cbfa6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/extension/src/pages/main/token-detail/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -682,15 +682,14 @@ export const TokenDetailModal: FunctionComponent<{
<Box marginX="2rem">
<Stack alignX="center" gutter="0.1rem">
<Subtitle3 style={{ fontWeight: 700 }}>
Unsupported Chain
Transaction History Unavailable
</Subtitle3>
<Subtitle3
style={{
textAlign: "center",
}}
>
{`We're actively working on expanding our support for
native chains.`}
{`We're working on expanding the feature support for native chains.`}
</Subtitle3>
</Stack>
</Box>
Expand Down

0 comments on commit 71cbfa6

Please sign in to comment.