From 02e90a49812c36c9fefd3c97e6270d1e794f0d27 Mon Sep 17 00:00:00 2001 From: Peacock Date: Fri, 27 Feb 2026 09:56:44 +0100 Subject: [PATCH] Add Copyright Footer --- src/taskpane/components/App.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) 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. +
+
); };