diff --git a/src/taskpane/components/App.tsx b/src/taskpane/components/App.tsx index 7aa957c..009159f 100644 --- a/src/taskpane/components/App.tsx +++ b/src/taskpane/components/App.tsx @@ -159,6 +159,17 @@ const App: React.FC = () => { )} + + {/* Footer Area with Links and Copyright */} +
+
+ Prod-Manifest (.xml) + Dokumentation +
+
+ © {new Date().getFullYear()} Toni Martin - SAT Elektrotechnik GmbH. Alle Rechte vorbehalten. +
+
); };