Skip to content

Commit 1f2ee33

Browse files
b0aseclaude
andcommitted
Fix title to show "Bitcoin Spreadsheets" with proper spacing
- Changed from "Spreadsheet" to "Bitcoin Spreadsheets" (plural) - Restored bitcoin-orange styling for "Bitcoin" text - Now displays as "₿ Bitcoin Spreadsheets" with proper spacing - Maintains consistent branding across mobile and desktop headers 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 9103300 commit 1f2ee33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function App() {
277277
className="bitcoin-icon-beveled"
278278
style={{ width: '40px', height: '40px', marginRight: '16px', verticalAlign: 'middle' }}
279279
/>
280-
Spreadsheet
280+
<span className="bitcoin-orange">Bitcoin</span> Spreadsheets
281281
</h1>
282282
</div>
283283
<div className="mobile-header-connections">
@@ -361,7 +361,7 @@ function App() {
361361
className="bitcoin-icon-beveled"
362362
style={{ width: '40px', height: '40px', marginRight: '16px', verticalAlign: 'middle' }}
363363
/>
364-
Spreadsheet
364+
<span className="bitcoin-orange">Bitcoin</span> Spreadsheets
365365
</h1>
366366
<p className="app-subtitle">Secure, encrypted spreadsheets on the blockchain</p>
367367
</div>

src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ function App() {
277277
className="bitcoin-icon-beveled"
278278
style={{ width: '40px', height: '40px', marginRight: '16px', verticalAlign: 'middle' }}
279279
/>
280-
Spreadsheet
280+
<span className="bitcoin-orange">Bitcoin</span> Spreadsheets
281281
</h1>
282282
</div>
283283
<div className="mobile-header-connections">
@@ -361,7 +361,7 @@ function App() {
361361
className="bitcoin-icon-beveled"
362362
style={{ width: '40px', height: '40px', marginRight: '16px', verticalAlign: 'middle' }}
363363
/>
364-
Spreadsheet
364+
<span className="bitcoin-orange">Bitcoin</span> Spreadsheets
365365
</h1>
366366
<p className="app-subtitle">Secure, encrypted spreadsheets on the blockchain</p>
367367
</div>

0 commit comments

Comments
 (0)