added icon
This commit is contained in:
parent
a58b4a2535
commit
d76f59284b
@ -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>
|
||||
|
||||
BIN
ipi-survey-platform/public/assets/images/image.png
Normal file
BIN
ipi-survey-platform/public/assets/images/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 803 B |
@ -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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user