Skip to content

Commit 126a4b8

Browse files
gHashTagclaude
andcommitted
fix: Remove X-COM references, set canonical URL to trinity-site-one
- Remove "X-COM STYLE" badge from TechTree section - Remove "X-COM Style" from Technology Development Tree subtitle - Clean up X-COM references in comments - Update CLAUDE.md canonical URL to trinity-site-one.vercel.app 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5e022e3 commit 126a4b8

6 files changed

Lines changed: 5 additions & 6 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ Specifications: `specs/tri/telegram_bot/`
230230
## Website Deployment
231231

232232
```
233-
Canonical URL: https://trinity-site-ghashtag.vercel.app
233+
Canonical URL: https://trinity-site-one.vercel.app
234234
GitHub Repo: gHashTag/trinity
235235
Root: website/
236236
Framework: Vite (React SPA)

website/messages/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
},
351351
"techTree": {
352352
"title": "TRINITY <span style=\"color: var(--accent)\">RESEARCH</span> LABORATORY",
353-
"sub": "X-COM Style Technology Development Tree",
353+
"sub": "Technology Development Tree",
354354
"hint": "Click on nodes to view research details"
355355
},
356356
"product": {

website/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function App() {
4646
{/* 5. CALCULATOR - ROI with GPU/mining options */}
4747
<CalculatorSection />
4848

49-
{/* 6. TECH TREE - X-COM style research laboratory */}
49+
{/* 6. TECH TREE - Research laboratory */}
5050
<TechTree />
5151

5252
{/* 7. TEAM - Trust builder (3 members max) */}

website/src/components/TechTree/TechDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export default function TechDetails({ node, onClose }: TechDetailsProps) {
316316
</motion.div>
317317
)}
318318

319-
{/* X-COM style footer */}
319+
{/* Research footer */}
320320
<div style={{
321321
marginTop: '3rem',
322322
padding: '1rem',

website/src/components/TechTree/TechTree.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export default function TechTree() {
5454
return (
5555
<Section id="tech-tree">
5656
<div className="tight fade" style={{ textAlign: 'center', marginBottom: '2rem' }}>
57-
<span className="badge">X-COM STYLE</span>
5857
<h2 dangerouslySetInnerHTML={{ __html: techTree.title }} />
5958
<p className="sub">{techTree.sub}</p>
6059
</div>

website/src/components/TechTree/techTreeData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// X-COM Style Tech Tree Data
1+
// Tech Tree Data
22
// Based on docs/TECH_TREE.md
33

44
export type NodeStatus = 'done' | 'in_progress' | 'locked';

0 commit comments

Comments
 (0)