refactor(ui): Rename 'Visitor Panopticon' to 'Visitor Management'
Some checks failed
Deploy to Production / deploy (push) Failing after 0s
Test / backend-test (push) Failing after 0s
Test / frontend-test (push) Failing after 0s

- Reverted the naming change per user request to avoid the term 'Panopticon'
This commit is contained in:
fullsizemalt 2025-12-11 14:58:46 -08:00
parent 2ffc4edbcd
commit 284e972376

View file

@ -85,7 +85,7 @@ export default function VisitorManagementPage() {
<div> <div>
<h1 className="text-2xl font-bold text-white flex items-center gap-2"> <h1 className="text-2xl font-bold text-white flex items-center gap-2">
<Shield className="text-emerald-400" /> <Shield className="text-emerald-400" />
Visitor Panopticon Visitor Management
</h1> </h1>
<p className="text-slate-400 text-sm">Real-time facility access monitoring</p> <p className="text-slate-400 text-sm">Real-time facility access monitoring</p>
</div> </div>