We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a65ac0 commit 72a30d8Copy full SHA for 72a30d8
example/src/App.tsx
@@ -19,6 +19,14 @@ function App() {
19
<button className="btn" style={{ maxWidth: 400, background: "orangered" }} onClick={() => setDialog(true)}>
20
LOG OUT
21
</button>
22
+
23
+ <h3>
24
+ Or{" "}
25
+ <a href="https://github.com/sw-yx/react-netlify-identity-widget" target="_blank">
26
+ view the source
27
+ </a>
28
+ </h3>
29
30
<IdentityModal showDialog={dialog} onCloseDialog={() => setDialog(false)} />
31
</header>
32
) : (
0 commit comments