From e745ee47e24dba45247b023c2ebb56ab8c7ca159 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 13 Dec 2025 13:48:03 +0500 Subject: [PATCH] rebranding --- public/favicon.svg | 30 +++++++++++++++++++++++++ public/index.html | 4 ++-- public/src/components/auth/Login.tsx | 19 ++++++++++++---- public/src/components/auth/Register.tsx | 19 ++++++++++++---- public/src/components/layout/Layout.tsx | 2 +- 5 files changed, 63 insertions(+), 11 deletions(-) create mode 100644 public/favicon.svg diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..c902fc1 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/index.html b/public/index.html index 25721cd..ca443af 100644 --- a/public/index.html +++ b/public/index.html @@ -2,9 +2,9 @@ - + - ISP Wiremap + MapMaker
diff --git a/public/src/components/auth/Login.tsx b/public/src/components/auth/Login.tsx index 6b0260f..3e1909b 100644 --- a/public/src/components/auth/Login.tsx +++ b/public/src/components/auth/Login.tsx @@ -36,13 +36,24 @@ export function Login() {
-
- - +
+ + + + + + + + + +

- ISP Wiremap + MapMaker

Sign in to your account diff --git a/public/src/components/auth/Register.tsx b/public/src/components/auth/Register.tsx index 8cb08ce..bc1e345 100644 --- a/public/src/components/auth/Register.tsx +++ b/public/src/components/auth/Register.tsx @@ -50,16 +50,27 @@ export function Register() {

-
- - +
+ + + + + + + + + +

Create Account

- Join ISP Wiremap today + Join MapMaker today

diff --git a/public/src/components/layout/Layout.tsx b/public/src/components/layout/Layout.tsx index 11df2c9..3c412ff 100644 --- a/public/src/components/layout/Layout.tsx +++ b/public/src/components/layout/Layout.tsx @@ -48,7 +48,7 @@ export function Layout({ children, onToggleSidebar, isSidebarOpen }: LayoutProps )} {/* Title - hidden on mobile when hamburger is present */} -

ISP Wiremap

+

MapMaker

{user && (