Skip to content

Commit af782b1

Browse files
Fix provable.tools homepage links
1 parent caecb89 commit af782b1

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

website/src/index.jsx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ import WorkerProvider from "./workers/WorkerProvider.jsx";
77
import { init } from '@amplitude/analytics-browser';
88
import { autocapturePlugin } from '@amplitude/plugin-autocapture-browser';
99

10-
// Initialize Amplitude with your API key
11-
const AMPLITUDE_API_KEY = process.env.VITE_AMPLITUDE_API_KEY;
12-
13-
if (AMPLITUDE_API_KEY) {
14-
init(AMPLITUDE_API_KEY, {
15-
serverZone: "US",
16-
defaultTracking: {
17-
sessions: true,
18-
pageViews: true,
19-
formInteractions: true,
20-
fileDownloads: true,
21-
},
22-
plugins: [
23-
autocapturePlugin()
24-
]
25-
});
26-
}
10+
// // Initialize Amplitude with your API key
11+
// const AMPLITUDE_API_KEY = process.env.VITE_AMPLITUDE_API_KEY;
12+
//
13+
// if (AMPLITUDE_API_KEY) {
14+
// init(AMPLITUDE_API_KEY, {
15+
// serverZone: "US",
16+
// defaultTracking: {
17+
// sessions: true,
18+
// pageViews: true,
19+
// formInteractions: true,
20+
// fileDownloads: true,
21+
// },
22+
// plugins: [
23+
// autocapturePlugin()
24+
// ]
25+
// });
26+
// }
2727

2828
const container = document.getElementById("root");
2929
const root = createRoot(container);

website/src/pages/Homepage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ const Homepage = () => {
6161
<Link
6262
target="_blank"
6363
rel="noopener noreferrer"
64-
to="https://docs.leo-lang.org/sdk/create-leo-app/tutorial/"
64+
to="https://github.com/ProvableHQ/sdk/tree/mainnet/create-leo-app"
6565
>
6666
<button className="button">
6767
Try now <span className="arrow">&rarr;</span>

0 commit comments

Comments
 (0)