From a74fe3623988f281d4fb7005a7ed117a9ce32003 Mon Sep 17 00:00:00 2001 From: trbKnl Date: Fri, 8 Nov 2024 10:30:36 +0100 Subject: [PATCH] commented out footer, left it in, because the footer is not in the way and if it needs to be back it can be done so --- src/framework/visualisation/react/ui/pages/templates/footer.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/framework/visualisation/react/ui/pages/templates/footer.tsx b/src/framework/visualisation/react/ui/pages/templates/footer.tsx index 5234f60e..06474b11 100644 --- a/src/framework/visualisation/react/ui/pages/templates/footer.tsx +++ b/src/framework/visualisation/react/ui/pages/templates/footer.tsx @@ -7,6 +7,7 @@ interface FooterProps { export const Footer = ({ left, middle, right }: FooterProps): JSX.Element => { return ( <> + {/*
@@ -21,6 +22,7 @@ export const Footer = ({ left, middle, right }: FooterProps): JSX.Element => {
+ */} ) }