diff --git a/app/print.css b/app/print.css index 731adc8..02eb67b 100644 --- a/app/print.css +++ b/app/print.css @@ -165,4 +165,9 @@ .signature-buttons { display: none; } + + /* Version & promotion */ + .version-promotion { + display: block; + } } \ No newline at end of file diff --git a/app/responsable/page.tsx b/app/responsable/page.tsx index 2b3ed02..2f4e063 100644 --- a/app/responsable/page.tsx +++ b/app/responsable/page.tsx @@ -3,6 +3,7 @@ import React from "react"; import EtatDeVaudSignature from "../components/EtatDeVaudSignature"; import { reportStorageInterface } from "@/interfaces/reportStorageInterface"; import SignaturePad from "signature_pad"; +import * as packageJson from "../../package.json"; export default function Page() { const inputFile = React.useRef(null); @@ -940,7 +941,19 @@ export default function Page() {

- +
+ +
+ Généré via  + + https://go.epfl.ch/rds + , + v{packageJson.version} +
+
) )