Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Sep 2, 2024
1 parent 1a95c84 commit b87a01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-ui/src/ui/alert/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ const openAlert = async (config: AlertConfig): Promise<string> => {
<h3 style={{ color: '#FF4136', margin: '0.6px' }}>A network error occurred.</h3>
<h4>
This issue does not concern your wallet or dApp. If the problem persists, please report
it to Beacon{' '}
it to the Beacon team{' '}
<span
style={{ 'text-decoration': 'underline', color: '#007bff', cursor: 'pointer' }}
onClick={() => setCurrentInfo('help')}
Expand Down

0 comments on commit b87a01f

Please sign in to comment.