Open learn page in new tab for random mode
This commit is contained in:
@@ -566,7 +566,7 @@ export default function QuizRunner({ defaultMode = 'all', defaultEntryId, autoSt
|
|||||||
{idx + 1}. {question.prompt_en || 'Question'}
|
{idx + 1}. {question.prompt_en || 'Question'}
|
||||||
</div>
|
</div>
|
||||||
{isRandomMode && (
|
{isRandomMode && (
|
||||||
<Link className="entry-link" to={entryHref}>
|
<Link className="entry-link" to={entryHref} target="_blank" rel="noreferrer">
|
||||||
Learn page »
|
Learn page »
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user