From 51877cf56eed85d47c52fb9d7f72077088f83a57 Mon Sep 17 00:00:00 2001 From: TPD94 Date: Mon, 28 Apr 2025 17:49:37 -0400 Subject: [PATCH] Fix borders / navbar --- README.md | 2 +- cdrm-frontend/src/App.jsx | 2 +- cdrm-frontend/src/components/Pages/API.jsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7c175ed..d2243ed 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,5 @@ - Extract CDRM-Project 2.0 git contents into the newly created `CDRM-Project` folder - Install python dependencies `pip install -r requirements.txt` - (Optional) Create the folder structure `/configs/CDMs/WV` and place your .WVD file into `/configs/CDMs/WV` - - (Optional) Create the folder structur `/config/CDMs/PR` and place your .PRD file into `/configs/CDMs/PR` + - (Optional) Create the folder structure `/config/CDMs/PR` and place your .PRD file into `/configs/CDMs/PR` - Run the application with `python main.py` diff --git a/cdrm-frontend/src/App.jsx b/cdrm-frontend/src/App.jsx index 683a867..fb72926 100644 --- a/cdrm-frontend/src/App.jsx +++ b/cdrm-frontend/src/App.jsx @@ -16,7 +16,7 @@ function App() { {/* The SideMenu should be visible when isMenuOpen is true */} -