Skip to content

Commit 2ef4af0

Browse files
committed
Fix links submit your own
1 parent 542a6b1 commit 2ef4af0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function AddCompatibilityQuestionButton(props: {
3232
onClick={() => setOpen(true)}
3333
className="text-sm"
3434
>
35-
or submit your own!
35+
submit your own!
3636
</button>
3737
<AddCompatibilityQuestionModal
3838
open={open}

web/components/answers/compatibility-questions-display.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ export function CompatibilityQuestionsDisplay(props: {
202202
<span className='customlink'>
203203
{otherQuestions.length < 1 ? (
204204
<span className="text-ink-600 text-sm">
205-
You've already answered all the compatibility questions!
205+
You've already answered all the compatibility questions
206206
</span>
207207
) : (
208208
<span className="text-ink-600 text-sm">
209-
Answer more questions to increase your compatibility scores—
209+
Answer more questions to increase your compatibility scores—or
210210
</span>
211211
)}{''}
212212
<AddCompatibilityQuestionButton

0 commit comments

Comments
 (0)