Skip to content

Commit

Permalink
fix: update metabase url
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens authored May 31, 2024
1 parent 1953e55 commit 5cc312d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function Stats() {
<Layout>
<div title="Statistiques" className="py-5">
<h1 className="pb-5">{stats.title}</h1>
<iframe src="https://matomo-metabase-les1000jours.fabrique.social.gouv.fr/public/dashboard/9a9d41b7-a3c9-44df-b820-591c866f227c"
<iframe src="https://metabase-les1000jours.fabrique.social.gouv.fr/public/dashboard/9a9d41b7-a3c9-44df-b820-591c866f227c"
frameBorder="0" width="100%" height="600" allowtransparency="true" />
</div>
</Layout>
Expand Down

0 comments on commit 5cc312d

Please sign in to comment.