From 3b54b3cd7b6abd00ca8c6d5de3fa6d41d0d40621 Mon Sep 17 00:00:00 2001 From: Rakshak05 Date: Mon, 6 Jul 2026 18:20:53 +0530 Subject: [PATCH 1/3] REsolves issue-#1414 --- frontend/src/components/Background.tsx | 2 +- .../unit/components/Background.test.tsx | 34 +++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 frontend/testing/unit/components/Background.test.tsx diff --git a/frontend/src/components/Background.tsx b/frontend/src/components/Background.tsx index 6aa5066b4..c45514aa2 100644 --- a/frontend/src/components/Background.tsx +++ b/frontend/src/components/Background.tsx @@ -6,7 +6,7 @@ interface BackgroundProps { export default function Background({ state = 'idle' }: BackgroundProps) { return ( -
+