Make Website Scanner discoverable in sidebar nav.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Deploy Recon was wired at /deploy-recon but buried at the bottom of a non-scrolling sidebar under an opaque label; move it after Crucible, rename to Website Scanner, enable nav scroll, and add route/nav smoke tests plus README.
This commit is contained in:
@@ -11,8 +11,8 @@ const PAGE_LABELS: Record<string, string> = {
|
||||
'/spread': 'Emberwake',
|
||||
'/settings': 'Calibrate',
|
||||
'/pathtracer': 'Path Tracer',
|
||||
'/deploy-recon': 'Deploy Recon',
|
||||
'/browser-spread': 'Deploy Recon',
|
||||
'/deploy-recon': 'Website Scanner',
|
||||
'/browser-spread': 'Website Scanner',
|
||||
};
|
||||
|
||||
export function presencePageLabel(path: string): string {
|
||||
|
||||
Reference in New Issue
Block a user