diff --git a/frontend/src/Components/Finance_Team_Page/SetHourlyRate.js b/frontend/src/Components/Finance_Team_Page/SetHourlyRate.js index 2a3296fb..775c7338 100644 --- a/frontend/src/Components/Finance_Team_Page/SetHourlyRate.js +++ b/frontend/src/Components/Finance_Team_Page/SetHourlyRate.js @@ -4,11 +4,6 @@ import Navbar from "../../Components/Global/Navbar"; function SetHourlyRate() { let links = [ - { - pageName: "View Timesheet Page", - pageLink: "/view_timesheet", - iconPath: "./Home_Page_Icons/Consultant/view_timesheet.svg", - }, ]; const [consultantName, setConsultantName] = useState(""); diff --git a/frontend/src/Pages/Consultant/view_saved_timesheets_page.js b/frontend/src/Pages/Consultant/view_saved_timesheets_page.js index 4dac20ce..fadfc576 100644 --- a/frontend/src/Pages/Consultant/view_saved_timesheets_page.js +++ b/frontend/src/Pages/Consultant/view_saved_timesheets_page.js @@ -108,7 +108,7 @@ export default function ViewSavedTimesheetsPage() {

Saved Timesheets

- +