Skip to content

Commit b86150e

Browse files
committed
chore: actual gimmicks
1 parent 075f31f commit b86150e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/apps/QuadtreeSimulationPage.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -372,10 +372,10 @@ const QuadtreeSimulationPage = () => {
372372
<ArrowLeftIcon className="text-xl group-hover:-translate-x-1 transition-transform" />
373373
</Link>
374374
<div>
375-
<BreadcrumbTitle title="SPATIAL_INDEX_TERMINAL" slug="quadtree" className="!text-[#00ff41]" />
375+
<BreadcrumbTitle title="Quadtree Simulation" />
376376
<div className="flex items-center gap-2 text-[10px] opacity-50 tracking-[0.3em] uppercase">
377377
<ActivityIcon size={12} className="animate-pulse" />
378-
<span>Protocol Active: Recursive Partitioning v4.2</span>
378+
<span>Objective: Recursive Partitioning</span>
379379
</div>
380380
</div>
381381
</div>
@@ -418,7 +418,7 @@ const QuadtreeSimulationPage = () => {
418418
: 'border-[#00ff41] text-[#00ff41] bg-[#00ff41]/10 hover:bg-[#00ff41]/20 shadow-[0_0_20px_rgba(0,255,65,0.2)]'
419419
}`}
420420
>
421-
{isPlaying ? 'SUSPEND_SYSTEM' : 'INIT_PROCESS'}
421+
{isPlaying ? 'Pause' : 'Continue'}
422422
</button>
423423
</div>
424424

@@ -475,7 +475,7 @@ const QuadtreeSimulationPage = () => {
475475
}}
476476
className="w-full py-2 text-[10px] text-rose-500 border border-rose-500/30 hover:bg-rose-500/10 transition-colors uppercase tracking-[0.4em] font-bold"
477477
>
478-
Purge Data
478+
Purge Nodes
479479
</button>
480480
</div>
481481

0 commit comments

Comments
 (0)