Skip to content

Commit

Permalink
Merge pull request #425 from bcgov/feat/add-self-identification-conse…
Browse files Browse the repository at this point in the history
…quences

Feat/add self identification consequences
  • Loading branch information
SteveChapmanBCDX authored Sep 22, 2023
2 parents 791a594 + bb7cc1c commit a9a0277
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1033,9 +1033,17 @@ const TeamQuestionsView: component_.base.View<Props> = ({
zero.
</p>
<Alert color="danger" fade={false} className="mb-5">
<strong>Important!</strong> Do not reference your organization{"'"}s
name, a team member{"'"}s name or specific company software in any of
your responses.
<div>
<strong>Important!</strong> Do not reference your organization{"'"}s
name, a team member{"'"}s name or specific company software in any
of your responses.
</div>
<br />
<div>
No points will be awarded for any Proponent answer to any question
in this step that references the Proponent{"'"}s organization name,
Resource name, or specific company software.
</div>
</Alert>
</Col>
<Col xs="12">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -790,9 +790,17 @@ const ResourceQuestionsView: component_.base.View<Props> = ({
zero.
</p>
<Alert color="danger" fade={false} className="mb-5">
<strong>Important!</strong> Do not reference your organization{"'"}s
name, a team member{"'"}s name or specific company software in any of
your responses.
<div>
<strong>Important!</strong> Do not reference your organization{"'"}s
name, a team member{"'"}s name or specific company software in any
of your responses.
</div>
<br />
<div>
No points will be awarded for any Proponent answer to any question
in this step that references the Proponent{"'"}s organization name,
Resource name, or specific company software.
</div>
</Alert>
</Col>
<Col xs="12">
Expand Down

0 comments on commit a9a0277

Please sign in to comment.