-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added new template for emalil #46
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/helper/UserRegistrationEmail.tsx
Outdated
<Section className="text-center mt-[32px] mb-[32px]"> | ||
<Button | ||
className="bg-[#000000] rounded text-white text-[12px] font-semibold no-underline text-center px-5 py-3" | ||
href={`https://assets.tiarasjec.in/rulebook.pdf`} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use tiaraAssetsPrefix from utils. Don't hardcode asset url
Okay
…On Wed, 24 Apr, 2024, 9:08 pm Mohammed Rabil, ***@***.***> wrote:
***@***.**** requested changes on this pull request.
------------------------------
In src/helper/UserRegistrationEmail.tsx
<#46 (comment)>:
> @@ -67,12 +69,31 @@ export const UserRegistrationEmail = async ({
src={`https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=${registrationLink}` <https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=$%7BregistrationLink%7D>}
alt={name}
/>
+ <Section className="text-center mt-[32px] mb-[32px]">
+ <Button
+ className="bg-[#000000] rounded text-white text-[12px] font-semibold no-underline text-center px-5 py-3"
+ href={`https://assets.tiarasjec.in/rulebook.pdf` <https://assets.tiarasjec.in/rulebook.pdf>}
use tiaraAssetsPrefix from utils. Don't hardcode asset url
—
Reply to this email directly, view it on GitHub
<#46 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZRGOD6PYUYISPCECKKHOPDY67GWLAVCNFSM6AAAAABGXBVPZCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDAMRQGIZTGMRUHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
This email may contain privileged and confidential information intended
solely for the use of the addressee(s). If you are not the intended
recipient, please notify the sender by email and delete the original
message. Further, you are not to copy, disclose, or distribute this email
or its contents to any other person and any such actions are unlawful. This
email may contain viruses. St Joseph Engineering College (SJEC) has taken
every reasonable precaution to minimize this risk, but is not liable for
any damage you may sustain as a result of any virus in this email. You
should carry out your own virus checks before opening the email or
attachment. SJEC reserves the right to monitor and review the content of
all messages sent to or from this email address. Messages sent to or from
this email address may be stored on the SJEC email system.
|
This has proper spaces and etc ? @joywin2003 and I can view all details easily ? |
@anishshobithps I checked in phone, it looks fine |
I just checked in desktop it looks bad. No spacing |
Ok, I'll check it out.
…On Wed, 24 Apr, 2024, 10:35 pm Mohammed Rabil, ***@***.***> wrote:
I just checked in desktop it looks bad. No spacing
—
Reply to this email directly, view it on GitHub
<#46 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZRGOD3PJGILKCUZKMFWQUDY67Q4FAVCNFSM6AAAAABGXBVPZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZVGQZTGOBSGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
This email may contain privileged and confidential information intended
solely for the use of the addressee(s). If you are not the intended
recipient, please notify the sender by email and delete the original
message. Further, you are not to copy, disclose, or distribute this email
or its contents to any other person and any such actions are unlawful. This
email may contain viruses. St Joseph Engineering College (SJEC) has taken
every reasonable precaution to minimize this risk, but is not liable for
any damage you may sustain as a result of any virus in this email. You
should carry out your own virus checks before opening the email or
attachment. SJEC reserves the right to monitor and review the content of
all messages sent to or from this email address. Messages sent to or from
this email address may be stored on the SJEC email system.
|
No need. I optimized everything |
The changes have only been made to UserRegistrationEmail.tsx. If you find any other files, please ignore them