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.