fix(client): exam token widget (#63526)

This commit is contained in:
Tom
2025-11-04 20:33:29 -06:00
committed by GitHub
parent b060233b50
commit 0561a2a223
@@ -88,7 +88,7 @@ function ExamToken(): JSX.Element {
<Panel.Heading>{t('exam-token.exam-token')}</Panel.Heading>
<Panel.Body>
<p>{t('exam-token.note')}</p>
<strong>{t('exam-token.invalidation')}</strong>
<strong>{t('exam-token.invalidation-2')}</strong>
<Spacer size='s' />
<Button
block={true}