feat: update debug links and enhance dev.sh documentation for clarity
This commit is contained in:
@@ -276,7 +276,7 @@ export function ActiveGateScreen({
|
||||
<div className="flex items-center gap-4">
|
||||
<RFIDStatus state={rfidState} buffer={rfidBuffer}/>
|
||||
<a
|
||||
href="/debug"
|
||||
href="/badge/debug"
|
||||
className="text-xs text-gray-400 hover:text-focolare-blue transition-colors underline"
|
||||
title="Diagnostica RFID"
|
||||
>
|
||||
|
||||
@@ -188,7 +188,7 @@ export function ValidatorLoginScreen({
|
||||
<div className="flex items-center gap-4">
|
||||
<RFIDStatus state={rfidState} buffer={rfidBuffer}/>
|
||||
<a
|
||||
href="/debug"
|
||||
href="/badge/debug"
|
||||
className="text-xs text-gray-400 hover:text-focolare-blue transition-colors underline"
|
||||
title="Diagnostica RFID"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user