added icon

This commit is contained in:
Malini 2026-01-19 18:15:24 +05:30
parent a58b4a2535
commit d76f59284b
3 changed files with 76 additions and 76 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="" href="/assets/images/image.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IIP Survey Platform</title>
<style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 803 B

View File

@ -365,7 +365,7 @@ const OTPVerification = () => {
Code expires in {minutes}:{seconds < 10 ? `0${seconds}` : seconds}
</span>
</div>
<span>Attempts: {attemptsRemaining}/3</span>
<span>Attempts: {attemptsRemaining} of 3</span>
</div>
</div>