Add "core"

This commit is contained in:
MartinBraquet
2025-11-15 13:52:05 +01:00
parent af26397ad7
commit fd58602e6d

View File

@@ -31,7 +31,7 @@ export function AnswerCompatibilityQuestionButton(props: {
<>
{size === 'md' ? (
<Button onClick={() => setOpen(true)} color="none" className={'px-3 py-2 rounded-md border border-primary-600 text-ink-700 hover:bg-primary-50 hover:text-ink-900'}>
Answer Questions{' '}
Answer{isCore && ' Core'} Questions{' '}
<span className="text-primary-600 ml-2">
+{questionsToAnswer.length}
</span>