mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-24 02:46:11 -05:00
Fix links submit your own
This commit is contained in:
@@ -32,7 +32,7 @@ export function AddCompatibilityQuestionButton(props: {
|
||||
onClick={() => setOpen(true)}
|
||||
className="text-sm"
|
||||
>
|
||||
or submit your own!
|
||||
submit your own!
|
||||
</button>
|
||||
<AddCompatibilityQuestionModal
|
||||
open={open}
|
||||
|
||||
@@ -202,11 +202,11 @@ export function CompatibilityQuestionsDisplay(props: {
|
||||
<span className='customlink'>
|
||||
{otherQuestions.length < 1 ? (
|
||||
<span className="text-ink-600 text-sm">
|
||||
You've already answered all the compatibility questions!
|
||||
You've already answered all the compatibility questions—
|
||||
</span>
|
||||
) : (
|
||||
<span className="text-ink-600 text-sm">
|
||||
Answer more questions to increase your compatibility scores—
|
||||
Answer more questions to increase your compatibility scores—or
|
||||
</span>
|
||||
)}{''}
|
||||
<AddCompatibilityQuestionButton
|
||||
|
||||
Reference in New Issue
Block a user