Skip to content

Commit

Permalink
fix: text
Browse files Browse the repository at this point in the history
  • Loading branch information
danwag06 committed Nov 1, 2024
1 parent a45653b commit 66233d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TxHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export const TxHistory = (props: TxHistoryProps) => {
<FaTimes size={'1.5rem'} color={theme.color.global.contrast} cursor="pointer" onClick={handleBackClick} />
</BackWrapper>
<Text style={{ marginTop: '3rem', fontSize: '1.25rem', fontWeight: 700 }} theme={theme}>
See Last Activity
Recent Activity
</Text>
{(paginatedData || []).length > 0 ? (
paginatedData?.map((t) => {
Expand Down

0 comments on commit 66233d7

Please sign in to comment.