We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
span
button
1 parent 8ff9427 commit 24319a4Copy full SHA for 24319a4
packages/test-snaps/src/components/Connect.tsx
@@ -62,9 +62,7 @@ export const Connect: FunctionComponent<ConnectProps> = ({
62
{isLoading ? (
63
<ButtonSpinner>Connecting</ButtonSpinner>
64
) : (
65
- <span>
66
- {isInstalled ? 'Reconnect' : 'Connect'} to {name}
67
- </span>
+ `${isInstalled ? 'Reconnect' : 'Connect'} to ${name}`
68
)}
69
</Button>
70
</Form>
0 commit comments