Skip to content

Commit

Permalink
fix mailchimp
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 13, 2024
1 parent 1092c0c commit 6090843
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,13 @@
}
}
</script>

<!-- Tar Libraries -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/pako/2.1.0/pako.min.js"></script>


<!-- Onnx Runtime -->
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web@latest/dist/ort.min.js"></script>


<script>
const sprigConsent = localStorage.getItem('sprig-consent') === 'true';
const googleAnalyticsConsent = localStorage.getItem('google-analytics-consent') === 'true';
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const Footer = () => {
Research
</Link>
<Link
to="https://mailchi.mp/b08142c91d72/subscribe-for-updates"
to="https://mailchi.mp/kscale/subscribe"
className="hover:text-primary-9"
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit 6090843

Please sign in to comment.