We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26706aa commit 5f4366cCopy full SHA for 5f4366c
components/krakens-analytics.tsx
@@ -9,7 +9,7 @@ export function KrakensAnalytics() {
9
strategy="afterInteractive"
10
onLoad={() => {
11
if (typeof window !== 'undefined' && (window as any).Krakens) {
12
- (window as any).Krakens.init('hrd_2f181a4d20e8cfa185961c53d1f5fd6ad55b53ad5f21cf66ce3478ada571f0ae');
+ (window as any).Krakens.init('hrd_71ed6609c6b131e0603597472381a12095d53fd282fe6bbe963c7857a19304ff');
13
}
14
}}
15
/>
0 commit comments