Skip to content

Commit fd58602

Browse files
committed
Add "core"
1 parent af26397 commit fd58602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/answers/answer-compatibility-question-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function AnswerCompatibilityQuestionButton(props: {
3131
<>
3232
{size === 'md' ? (
3333
<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'}>
34-
Answer Questions{' '}
34+
Answer{isCore && ' Core'} Questions{' '}
3535
<span className="text-primary-600 ml-2">
3636
+{questionsToAnswer.length}
3737
</span>

0 commit comments

Comments
 (0)