Skip to content

Commit

Permalink
fix: Update SendTokens.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OlhaD authored Feb 27, 2024
1 parent b156005 commit 4c7b1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SendTokens/SendTokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const SendTokens = () => {

return (
<StyledGrid>
<PageHeader title="Send tokens 4" />
<PageHeader title="Send tokens" />
<div style={{ display: 'flex', flexDirection: 'column' }}>
{errorMessage && (
<Message
Expand Down

0 comments on commit 4c7b1bb

Please sign in to comment.