Skip to content

Commit

Permalink
fix: ui
Browse files Browse the repository at this point in the history
  • Loading branch information
devchenyan committed Jul 25, 2024
1 parent d6fe127 commit 6d3ce3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/neuron-ui/src/containers/Main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ const MainContent = () => {
return {
onConfirm: onOpenEditorDialog,
confirmText: t('main.external-node-detected-dialog.add-network'),
children: t('main.external-node-detected-dialog.body-tips-without-network'),
children: (
<span className={styles.chooseNetworkTip}>
{t('main.external-node-detected-dialog.body-tips-without-network')}
</span>
),
}
})()

Expand Down

1 comment on commit 6d3ce3f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 10087873228

Please sign in to comment.