From 60fb2bc8cd35faecd9cf5e535825f37446af81f4 Mon Sep 17 00:00:00 2001 From: Bhanu Prakash Sai Potteri Date: Tue, 2 Jun 2026 11:12:34 +0530 Subject: [PATCH] login: add Powered by Zino footer (orange) --- src/pages/Login.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index 76ebafc..8c0bd4a 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -42,7 +42,7 @@ export default function Login() { }; return ( -
+
{/* ── Left — TM brand panel ───────────────────────────────────── */}
+ + {/* Powered by Zino — bottom right */} +
+ Powered by + Zino +
); }