diff --git a/src/Pages/Expenses.jsx b/src/Pages/Expenses.jsx index 07e8f36..fff7957 100644 --- a/src/Pages/Expenses.jsx +++ b/src/Pages/Expenses.jsx @@ -1,6 +1,9 @@ -import { Box } from "@chakra-ui/react"; +import { Box, Button, HStack, Image, Text, VStack } from "@chakra-ui/react"; import React from "react"; import MiniHeader from "../Components/MiniHeader"; +import logo_card from "../assets/logo_card.svg"; +import TRANSCORP_LOGO from "../assets/TRANSCORP_LOGO.svg"; +import RuPay from '../assets/rupayImg.png' const Expenses = () => { return ( @@ -9,6 +12,69 @@ const Expenses = () => { title={"Manage Expenses"} subTitle={"Lorem ipsum dolor sit amet, consectetur adipiscing elit."} /> + + + + + + + + + + 1234 5678 1234 5678 + + + + + {/* */} + + + + + Valid in india + + + + + + + ); }; diff --git a/src/Pages/Report/Report.jsx b/src/Pages/Report/Report.jsx index be4d491..bd1e0b7 100644 --- a/src/Pages/Report/Report.jsx +++ b/src/Pages/Report/Report.jsx @@ -4,6 +4,7 @@ import { Divider, HStack, Icon, + Radio, Tag, TagLabel, Text, @@ -51,8 +52,9 @@ const Report = () => { // const extractedArray = reportsHistory.map((item)=>({ })) const extractedArray = reportsHistory.map((item, index) => ({ - Name: - {item?.name}, + Name: + + {item?.name}, "Last Update": item?.lastUpdated, "Report type": item?.reportType, diff --git a/src/assets/TRANSCORP_LOGO.svg b/src/assets/TRANSCORP_LOGO.svg new file mode 100644 index 0000000..35ab6d7 --- /dev/null +++ b/src/assets/TRANSCORP_LOGO.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/assets/logo_card.svg b/src/assets/logo_card.svg new file mode 100644 index 0000000..443ef88 --- /dev/null +++ b/src/assets/logo_card.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/src/assets/rupayImg.png b/src/assets/rupayImg.png new file mode 100644 index 0000000..9112fe6 Binary files /dev/null and b/src/assets/rupayImg.png differ