From 3d7d1609f3f98fd23f727fcaf38205c78e55396a Mon Sep 17 00:00:00 2001 From: PlxEV Date: Fri, 6 Jun 2025 13:05:41 +0100 Subject: [PATCH] Change page names --- src/App.jsx | 4 +- src/components/Navbar.jsx | 3 +- src/pages/Connectivity.jsx | 12 +++--- src/pages/{OCPPCommunication.jsx => OCPP.jsx} | 8 ++-- src/pages/Security.jsx | 39 +++---------------- 5 files changed, 17 insertions(+), 49 deletions(-) rename src/pages/{OCPPCommunication.jsx => OCPP.jsx} (95%) diff --git a/src/App.jsx b/src/App.jsx index 6e87a3b..8297244 100755 --- a/src/App.jsx +++ b/src/App.jsx @@ -6,7 +6,7 @@ import Dashboard from './pages/Dashboard'; import Settings from './pages/Settings'; import Security from './pages/Security'; import Connectivity from './pages/Connectivity'; -import OCPPCommunication from './pages/OCPPCommunication'; +import OCPP from './pages/OCPP'; import ElectricalNetwork from './pages/ElectricalNetwork'; const App = () => { @@ -18,7 +18,7 @@ const App = () => { } /> } /> } /> - } /> + } /> } /> diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index e7f240c..ade3574 100755 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -13,14 +13,13 @@ const Navbar = () => {