Skip to content

Commit e562011

Browse files
fix: update branding and improve clarity in settings page information
1 parent 46c5c95 commit e562011

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

src/components/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function Navbar() {
3333
onClick={() => navigate('/')}
3434
style={{ fontWeight: 800, fontSize: 15, letterSpacing: '.1em', color: 'var(--accent)', cursor: 'pointer', flexShrink: 0 }}
3535
>
36-
ORGEXPLORER
36+
OrgExplorer
3737
</span>
3838

3939
{/* Nav links — only visible when data is loaded */}

src/components/layout/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default function Footer() {
125125
<div className="flex flex-col items-start gap-2 text-left lg:items-end lg:text-right">
126126
<p
127127
className="
128-
text-xs uppercase tracking-[0.2em]
128+
text-xs tracking-[0.2em]
129129
text-zinc-500
130130
"
131131
>

src/pages/SettingsPage.jsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ export default function SettingsPage() {
9898

9999
<div className="mb-4 color-(--text) text-xs">
100100
<p>
101-
Your GitHub Personal Access Token (PAT) is stored locally on your
102-
device and is never sent to OrgExplorer servers.
101+
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.
103102
</p>
104103

105104
<ul className="list-disc ml-5 text-(--text) mt-1 text-xs">
@@ -237,12 +236,12 @@ export default function SettingsPage() {
237236
)}
238237
</div>
239238

240-
{/* Architect Meta */}
239+
{/* Technical Information */}
241240
<div style={C.card}>
242-
<div style={{ fontWeight: 600, fontSize: 15, marginBottom: 16, letterSpacing: '.03em' }}>Architect Meta</div>
241+
<div style={{ fontWeight: 600, fontSize: 15, marginBottom: 16, letterSpacing: '.03em' }}>Technical Information</div>
243242
<div style={{ display: 'flex', flexDirection: 'column', gap: 8, marginBottom: 16 }}>
244243
{[
245-
['Core Version', 'v2.0.0-stable'],
244+
['Core Version', 'v1.0.0-stable'],
246245
['Architecture', 'Client-side only, no backend'],
247246
['API strategy', '53 req/hr unauthenticated'],
248247
['Cache', 'IndexedDB + React Context'],

0 commit comments

Comments
 (0)