This commit is contained in:
npcdazai
2024-10-11 15:20:22 +05:30
parent ee441253df
commit d2d35ee75d
2 changed files with 2 additions and 1 deletions

View File

@@ -1192,7 +1192,7 @@ const Dashbaord = () => {
</Text>
</Box>
<BsArrowsAngleExpand
onClick={() => navigate("/employees-transaction")}
onClick={() => navigate("/dashboard/employees-transaction")}
as={Button}
color={"#6311CB"}
size={18}

View File

@@ -46,6 +46,7 @@ import ViewTicket from "../Pages/SupportAndTicket/ViewTicket";
import Notification from "../Pages/Notification/Notification";
import WalletRequest from "../Pages/OptiFiiExpense/WalletRequest"
export const RouteLink = [
{ path: "/", Component: Dashbaord },
{ path: "/expenses", Component: Expenses },