Skip to content

Commit 0393ba4

Browse files
committed
fix: lint
1 parent cd48385 commit 0393ba4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/apps/copilots/src/pages/copilot-opportunity-details/apply-opportunity-modal/ApplyOpportunityModal.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ const ApplyOpportunityModal: FC<ApplyOpportunityModalProps> = props => {
4444
size='lg'
4545
title={
4646
success
47-
? `Your Application Has Been Received!`
48-
: `Confirm Your Copilot Application`
47+
? 'Your Application Has Been Received!'
48+
: 'Confirm Your Copilot Application'
4949
}
5050
buttons={
5151
!success ? (
@@ -62,11 +62,15 @@ const ApplyOpportunityModal: FC<ApplyOpportunityModalProps> = props => {
6262
<div className={styles.info}>
6363
{
6464
success
65-
? `Thank you for taking the time to apply for this exciting opportunity. We truly value your interest and effort. Your application will be reviewed promptly.`
65+
? `Thank you for taking the time to apply for this exciting opportunity.
66+
We truly value your interest and effort.
67+
Your application will be reviewed promptly.`
6668
: `We're excited to see your interest in joining our team as a copilot
6769
for the "${props.projectName}" project! Before we proceed, we want to
6870
ensure that you have carefully reviewed the project requirements and
69-
are committed to meeting them. Please write below the reason(s) why you believe you're a good fit for this project (e.g., previous experience, availability, etc.).`
71+
are committed to meeting them. Please write below the reason(s)
72+
why you believe you're a good fit for this project
73+
(e.g., previous experience, availability, etc.).`
7074
}
7175
</div>
7276
{

0 commit comments

Comments
 (0)