Skip to content

Commit

Permalink
Update stats page with new iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlesdoiron committed Mar 5, 2024
1 parent 41e47f6 commit c2cb996
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/pages/stats.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import React from "react";

import Web from "components/layout/Web";
import Statistiques from "components/Statistiques";

export default function stats(props) {
return (
<Web title={"Statistiques"}>
<Statistiques />
<div className="h-screen">
<iframe src="https://metabase-recosante.fabrique.social.gouv.fr/public/dashboard/3d03787d-0854-4d81-8892-5f07d8dff835" frameborder="0" width="100%" height="100%" allowtransparency ></iframe>
</div>
</Web>
);
}

0 comments on commit c2cb996

Please sign in to comment.