Skip to content

Commit dee982c

Browse files
authored
Merge pull request #468 from STAPLE-verse/whitelist-email
Whitelist email
2 parents 75936a0 + 8e17487 commit dee982c

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

src/pages/help/index.tsx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,9 @@ const HelpPage = () => {
7474

7575
<div className="card bg-base-300 w-1/2 ml-2">
7676
<div className="card-body">
77-
<div className="card-title">STAPLE Presentations</div>
78-
In a workshop? Use our google doc to leave notes.{" "}
79-
<a
80-
className="link-primary"
81-
href="https://docs.google.com/document/d/1y7QxO4BhTygyLUpiOtp735nUnAer_rfzhi0HUcckDVU/edit?usp=sharing"
82-
>
83-
Leave notes here.
84-
</a>{" "}
77+
<div className="card-title">STAPLE Emails</div>
78+
Invitations and notifications come from app@staple.science. The email may go to spam
79+
and may need to be marked as safe to ensure all notification emails are received.
8580
</div>
8681
</div>
8782
</div>

src/pages/projects/[projectId]/contributors/new.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ function NewContributor() {
8787
entered together will have the same privilege, roles, and tags. You can add or change these
8888
values after they accept your invite.
8989
</p>
90+
<p className="mt-2 mb-2 text-lg">
91+
Each person will receive an email from app@staple.science. The email may go to spam and may
92+
need to be marked as safe to ensure all notification emails are received.
93+
</p>
9094
<Card title="">
9195
<ContributorForm
9296
projectId={projectId!}

0 commit comments

Comments
 (0)