Skip to content

Commit

Permalink
hotfix - change label for Manage addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMayo committed Jan 23, 2024
1 parent efba77d commit 3df9ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/dispatch/DispatchForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function DispatchForm(props: Props): React.ReactElement {
inputProps={{
helperText: (
<>
View{' '}
Manage{' '}
<span style={{ textDecoration: 'underline' }}>
<Link to={{ pathname: '/address' }}>Addresses</Link>
</span>
Expand Down

0 comments on commit 3df9ce8

Please sign in to comment.