Skip to content

Commit 72a30d8

Browse files
author
sw-yx
committed
include view source
1 parent 7a65ac0 commit 72a30d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

example/src/App.tsx

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ function App() {
1919
<button className="btn" style={{ maxWidth: 400, background: "orangered" }} onClick={() => setDialog(true)}>
2020
LOG OUT
2121
</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+
2230
<IdentityModal showDialog={dialog} onCloseDialog={() => setDialog(false)} />
2331
</header>
2432
) : (

0 commit comments

Comments
 (0)