We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c4c21 commit 07e5b6aCopy full SHA for 07e5b6a
1 file changed
src/components/Examples/coreKitExamples.tsx
@@ -1,4 +1,5 @@
1
export const baseURL = "https://github.com/Web3Auth/web3auth-core-kit-examples/tree/main/";
2
+export const baseURLtKey = "https://github.com/tkey/tkey-examples/tree/main/";
3
4
export const CKTkey = [
5
{
@@ -9,13 +10,13 @@ export const CKTkey = [
9
10
key: "tkey-react-redirect-example",
11
title: "tKey in Redirect Flow",
12
icon: "logo-react.png",
- path: `${baseURL}tkey-web/intrinsic-flow-examples/tkey-redirect-flow-example`,
13
+ path: `${baseURLtKey}tkey-web/tkey-redirect-flow-example`,
14
},
15
16
key: "tkey-react-popup-example",
17
title: "tKey in Popup Flow",
18
- path: `${baseURL}tkey-web/intrinsic-flow-examples/tkey-popup-flow-example`,
19
+ path: `${baseURLtKey}tkey-web/tkey-popup-flow-example`,
20
21
],
22
0 commit comments