Skip to content

Commit cdaf6db

Browse files
authored
Merge pull request #727 from Web3Auth/fix/tkey-example-links
2 parents 98c4c21 + 07e5b6a commit cdaf6db

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/Examples/coreKitExamples.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
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/";
23

34
export const CKTkey = [
45
{
@@ -9,13 +10,13 @@ export const CKTkey = [
910
key: "tkey-react-redirect-example",
1011
title: "tKey in Redirect Flow",
1112
icon: "logo-react.png",
12-
path: `${baseURL}tkey-web/intrinsic-flow-examples/tkey-redirect-flow-example`,
13+
path: `${baseURLtKey}tkey-web/tkey-redirect-flow-example`,
1314
},
1415
{
1516
key: "tkey-react-popup-example",
1617
title: "tKey in Popup Flow",
1718
icon: "logo-react.png",
18-
path: `${baseURL}tkey-web/intrinsic-flow-examples/tkey-popup-flow-example`,
19+
path: `${baseURLtKey}tkey-web/tkey-popup-flow-example`,
1920
},
2021
],
2122
},

0 commit comments

Comments
 (0)