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.
1 parent 8be5e39 commit 9434f9aCopy full SHA for 9434f9a
docs-v2/components/ConnectLinkDemo.jsx
@@ -108,8 +108,10 @@ export default function ConnectLinkDemo() {
108
You can send this link to your users via email, SMS, or chat.
109
</p>
110
<p className={`mt-2 ${styles.text.small}`}>
111
- <strong className={styles.text.strongMuted}>Note:</strong> Connect tokens are single-use. After a successful connection,
112
- you'll need to generate a new token.
+ <strong className={styles.text.strongMuted}>
+ Note:
113
+ </strong>
114
+ {" "}Connect tokens are single-use. After a successful connection, you'll need to generate a new token.
115
116
</div>
117
0 commit comments