-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from jaison080/dev
Committing before modifying architeture
- Loading branch information
Showing
9 changed files
with
240 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
function InviteEmail({ data, member, id }) { | ||
return ( | ||
<> | ||
<div> | ||
<p> | ||
Hi {member} | ||
{" , "}{" "} | ||
</p> | ||
<p | ||
style={{ | ||
paddingLeft: "1.5rem", | ||
}} | ||
> | ||
<b>{data.leader_name}</b> has added you to their team for the project | ||
{" "} | ||
<i> | ||
<a | ||
href={ | ||
id | ||
? `https://iedc-collab-frontend.pages.dev/projects/${id}` | ||
: `https://iedc-collab-frontend.pages.dev/projects/` | ||
} | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
{data.name} | ||
</a> | ||
</i>{" "} | ||
. Login to{" "} | ||
<a | ||
href="https://www.iedc-collab-frontend.pages.dev" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
IEDC Collab to check out. | ||
</a> | ||
</p> | ||
<br /> | ||
<div> | ||
<p> | ||
To view more details , Vist{" "} | ||
<a | ||
href="https://www.iedc-collab-frontend.pages.dev" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
https://www.iedc-collab-frontend.pages.dev | ||
</a> | ||
</p> | ||
</div> | ||
<p>Regards</p> | ||
<p>IEDC MEC Collab Team</p> | ||
<br /> | ||
<p> | ||
NOTE : This is an auto generated email.Please DO NOT REPLY to this | ||
mail. | ||
</p> | ||
<p> | ||
<i> | ||
For any queries please visit{" "} | ||
<a href="https://www.iedcmec.in">https://www.iedcmec.in</a> | ||
</i> | ||
</p> | ||
</div> | ||
</> | ||
); | ||
} | ||
export default InviteEmail; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.