From e5620117b96aa82c02a9adde9de696cdee153ff5 Mon Sep 17 00:00:00 2001 From: Rahul Vyas Date: Fri, 19 Jun 2026 23:09:29 +0530 Subject: [PATCH] fix: update branding and improve clarity in settings page information --- src/components/Navbar.jsx | 2 +- src/components/layout/Footer.jsx | 2 +- src/pages/SettingsPage.jsx | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 9d1eaff..fb430db 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -33,7 +33,7 @@ export default function Navbar() { onClick={() => navigate('/')} style={{ fontWeight: 800, fontSize: 15, letterSpacing: '.1em', color: 'var(--accent)', cursor: 'pointer', flexShrink: 0 }} > - ORGEXPLORER + OrgExplorer {/* Nav links — only visible when data is loaded */} diff --git a/src/components/layout/Footer.jsx b/src/components/layout/Footer.jsx index 6e6f620..3f61365 100644 --- a/src/components/layout/Footer.jsx +++ b/src/components/layout/Footer.jsx @@ -125,7 +125,7 @@ export default function Footer() {

diff --git a/src/pages/SettingsPage.jsx b/src/pages/SettingsPage.jsx index be74441..377847e 100644 --- a/src/pages/SettingsPage.jsx +++ b/src/pages/SettingsPage.jsx @@ -98,8 +98,7 @@ export default function SettingsPage() {

- Your GitHub Personal Access Token (PAT) is stored locally on your - device and is never sent to OrgExplorer servers. + Your Personal Access Token (PAT) is stored locally on your device and is never sent to any server. OrgExplorer is a purely static page served to your browser via GitHub Pages and it has no servers.

    @@ -237,12 +236,12 @@ export default function SettingsPage() { )}
- {/* Architect Meta */} + {/* Technical Information */}
-
Architect Meta
+
Technical Information
{[ - ['Core Version', 'v2.0.0-stable'], + ['Core Version', 'v1.0.0-stable'], ['Architecture', 'Client-side only, no backend'], ['API strategy', '53 req/hr unauthenticated'], ['Cache', 'IndexedDB + React Context'],