This commit is contained in:
Suvodip
2024-07-27 18:54:03 +05:30
parent 932b734918
commit 109c1a598f
8 changed files with 498 additions and 452 deletions

View File

@@ -489,7 +489,6 @@ export default function Index() {
<p className="text-[20px] font-[500]">{questionData.correctAnswer}</p>
<div className='inline-flex place-items-center space-x-4 w-full border-[1px] border-[#218B32] rounded-[10px] p-3'>
<p className='text-[14px] font-[700] text-[#218B32] inline-flex place-items-center'><img src="../../assets/green-tick.svg" alt="" /> &nbsp;Correct</p>
<p className='text-[14px] font-[400]'> {questionData.correctAnswer}</p>
</div>
<ul>