mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
Add "core"
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user