refactor: Change codebase as per requirement
This commit is contained in:
@@ -192,7 +192,7 @@ export default function Home() {
|
||||
|
||||
{/* Important Links Card */}
|
||||
<Paper p="md" radius="md" style={{ width: 300, backgroundColor: '#FFFFFF', marginLeft: '130px', border: '1px solid grey' }}>
|
||||
<Title order={5} mb="sm">Important Links</Title>
|
||||
<Title order={5} mb="sm">Quick Links</Title>
|
||||
<Stack gap="xs">
|
||||
<Button variant="light" color="blue" fullWidth>Loan EMI Calculator</Button>
|
||||
<Button variant="light" color="blue" fullWidth>Branch Locator</Button>
|
||||
@@ -205,7 +205,7 @@ export default function Home() {
|
||||
|
||||
{/* Send Money Section */}
|
||||
<div style={{ padding: "20px", display: "flex", justifyContent: "left" }}>
|
||||
<Box>
|
||||
{/* <Box>
|
||||
<Title order={4}>Send Money</Title>
|
||||
<Group mt="sm">
|
||||
<Select
|
||||
@@ -221,7 +221,13 @@ export default function Home() {
|
||||
<Input placeholder="₹0.00" style={{ width: 100 }} />
|
||||
<Button>Proceed</Button>
|
||||
</Group>
|
||||
</Box>
|
||||
</Box> */}
|
||||
<Stack>
|
||||
<Text fw={700}> ** Book Balance includes uncleared effect.</Text>
|
||||
<Text fw={700}> ** Click on the "Show Balance" to display balance for the Deposit and Loan account.</Text>
|
||||
{/* <Text fw={700}> ** Click on the "Get Statement" to display last 5 transactions.</Text> */}
|
||||
<Text></Text>
|
||||
</Stack>
|
||||
</div>
|
||||
</div>
|
||||
</Providers>
|
||||
|
Reference in New Issue
Block a user