Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KetanKudikyal committed Jul 8, 2023
1 parent 2f48fd1 commit 8e14438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/ui/HomeCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function SimplePaper({ setIsVerified }) {
textAlign: "center",
}}
>
🎉You have are now eligible for the requested loan amount
🎉You are now eligible for the requested loan amount
</Typography>
) : (
<Typography
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/ui/Steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default function HorizontalLinearStepper({ setIsVerified }) {
fontSize: "20px",
}}
>
🎉You have are now eligible for the requested loan amount
🎉You are now eligible for the requested loan amount
</h1>
<div
style={{
Expand Down

0 comments on commit 8e14438

Please sign in to comment.