From 4ff2eb0ef0b46bf3e0b6ea96ded3074e1285de33 Mon Sep 17 00:00:00 2001 From: dnviti Date: Wed, 17 Dec 2025 14:48:49 +0100 Subject: [PATCH] feat: add footer with AI generation attribution to the main application layout. --- src/client/src/App.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/client/src/App.tsx b/src/client/src/App.tsx index da1a2d9..ea8d803 100644 --- a/src/client/src/App.tsx +++ b/src/client/src/App.tsx @@ -89,6 +89,12 @@ export const App: React.FC = () => { {activeTab === 'tester' && } {activeTab === 'bracket' && } + + );