diff --git a/web-report/index.html b/web-report/index.html
index c594238..18bc750 100644
--- a/web-report/index.html
+++ b/web-report/index.html
@@ -2,7 +2,7 @@
-
+
WFC Reports
diff --git a/web-report/package.json b/web-report/package.json
index 85e48f9..040f7bc 100644
--- a/web-report/package.json
+++ b/web-report/package.json
@@ -11,7 +11,7 @@
"copyRunFiles": "cpx webreport.bat \"../target/classes/webreport\" && cpx webreport.command \"../target/classes/webreport\" && cpx webreport.py \"../target/classes/webreport\" && cpx \"src-e2e/static/robots.txt\" \"../target/classes/webreport\"",
"lint": "eslint .",
"preview": "vite preview",
- "debug": "vite build && cpx \"src-e2e/static/*\" \"../target/classes/webreport\" && vite preview",
+ "debug": "vite build && cpx \"src-e2e/static/**/*\" \"../target/classes/webreport\" && vite preview",
"test": "vitest"
},
"dependencies": {
diff --git a/web-report/src-e2e/static/assets/icon.svg b/web-report/src-e2e/static/assets/icon.svg
new file mode 100644
index 0000000..393f5e8
--- /dev/null
+++ b/web-report/src-e2e/static/assets/icon.svg
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/web-report/src/assets/icon.svg b/web-report/src/assets/icon.svg
deleted file mode 100644
index e7b8dfb..0000000
--- a/web-report/src/assets/icon.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/web-report/src/components/Header.tsx b/web-report/src/components/Header.tsx
index 325dce0..99cc941 100644
--- a/web-report/src/components/Header.tsx
+++ b/web-report/src/components/Header.tsx
@@ -4,6 +4,8 @@ import {Switch} from "@/components/ui/switch.tsx";
import info from "@/assets/info.json";
import {useAppContext} from "@/AppProvider.tsx";
+const ICON_URL = "/assets/icon.svg";
+
interface IHeaderProps {
date: string;
toolNameVersion: string;
@@ -37,7 +39,15 @@ export const Header: React.FC = ({date, toolNameVersion, schemaVer
Creation Date: {new Date(date).toUTCString()}
- Tool: {toolNameVersion}
+
+
Tool: {toolNameVersion}
+

{ (e.currentTarget as HTMLImageElement).style.display = "none"; }}
+ />
+
Schema Version: {schemaVersion}