diff --git a/src/App.js b/src/App.js index 7f95fc2..146c22c 100644 --- a/src/App.js +++ b/src/App.js @@ -430,7 +430,7 @@ function AdminPanel(p) {

Navigation

- Testing Mode {p.setTESTMODE(f.target.checked)}}/> {p.TESTMODE?ON:OFF} +

Testing Mode {p.setTESTMODE(f.target.checked)}}/> {p.TESTMODE?ON:OFF}

{navigationData.map((nav,i)=>(nav.hr)?
:{nav.page}
)}