Skip to content

Commit

Permalink
chore: Update end-point for stats page
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 30, 2024
1 parent bb0eb30 commit e2798b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/main-site/src/pages/stats.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import PageLayout from '@layouts/PageLayout.astro';
<i class="mt-5 m-auto text-success fa-regular fa-spinner-third fa-spin fa-3x"></i>
<iframe
class="d-none"
src="https://stats.nf-co.re/"
src="https://nf-core-stats.evidence.app"
onload="this.classList.remove('d-none'); this.previousElementSibling.classList.add('d-none');"
title="stats"
style="border:none;"
Expand Down

0 comments on commit e2798b9

Please sign in to comment.