mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-05-10 15:03:49 -05:00
Bump the npm-email-templates group in /supabase/email-templates with 1 update (#61)
* Bump the npm-email-templates group Bumps the npm-email-templates group in /supabase/email-templates with 1 update: [@react-email/components](https://github.com/resendlabs/react-email/tree/HEAD/packages/components). - [Release notes](https://github.com/resendlabs/react-email/releases) - [Changelog](https://github.com/resendlabs/react-email/blob/main/docs/changelog.mdx) - [Commits](https://github.com/resendlabs/react-email/commits/HEAD/packages/components) --- updated-dependencies: - dependency-name: "@react-email/components" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-email-templates ... Signed-off-by: dependabot[bot] <support@github.com> * Update Email Templates --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de>
This commit is contained in:
@@ -34,9 +34,8 @@ const ChangeEmailAddress = () => {
|
||||
</Text>
|
||||
<Section className="text-center mt-[32px] mb-[32px]">
|
||||
<Button
|
||||
pX={20}
|
||||
pY={12}
|
||||
className="bg-[#49d3b4] rounded text-[#1f2229] text-xs font-semibold no-underline text-center"
|
||||
style={{ padding: "12px 20px" }}
|
||||
href="{{ .SiteURL }}/confirmation?template=change-email-address&confirmation_url={{ .ConfirmationURL }}"
|
||||
>
|
||||
Confirm Change of Email Address
|
||||
|
||||
@@ -42,9 +42,8 @@ const ConfirmSignup = () => {
|
||||
</Text>
|
||||
<Section className="text-center mt-[32px] mb-[32px]">
|
||||
<Button
|
||||
pX={20}
|
||||
pY={12}
|
||||
className="bg-[#49d3b4] rounded text-[#1f2229] text-xs font-semibold no-underline text-center"
|
||||
style={{ padding: "12px 20px" }}
|
||||
href="{{ .SiteURL }}/confirmation?template=confirm-signup&confirmation_url={{ .ConfirmationURL }}"
|
||||
>
|
||||
Confirm Sign Up
|
||||
|
||||
@@ -31,9 +31,8 @@ const InviteUser = () => {
|
||||
</Text>
|
||||
<Section className="text-center mt-[32px] mb-[32px]">
|
||||
<Button
|
||||
pX={20}
|
||||
pY={12}
|
||||
className="bg-[#49d3b4] rounded text-[#1f2229] text-xs font-semibold no-underline text-center"
|
||||
style={{ padding: "12px 20px" }}
|
||||
href="{{ .SiteURL }}/confirmation?template=invite-user&confirmation_url={{ .ConfirmationURL }}"
|
||||
>
|
||||
Accept Invite
|
||||
|
||||
@@ -31,9 +31,8 @@ const InviteUser = () => {
|
||||
</Text>
|
||||
<Section className="text-center mt-[32px] mb-[32px]">
|
||||
<Button
|
||||
pX={20}
|
||||
pY={12}
|
||||
className="bg-[#49d3b4] rounded text-[#1f2229] text-xs font-semibold no-underline text-center"
|
||||
style={{ padding: "12px 20px" }}
|
||||
href="{{ .SiteURL }}/confirmation?template=magic-link&confirmation_url={{ .ConfirmationURL }}"
|
||||
>
|
||||
Sign In
|
||||
|
||||
@@ -32,9 +32,8 @@ const ResetPassword = () => {
|
||||
</Text>
|
||||
<Section className="text-center mt-[32px] mb-[32px]">
|
||||
<Button
|
||||
pX={20}
|
||||
pY={12}
|
||||
className="bg-[#49d3b4] rounded text-[#1f2229] text-xs font-semibold no-underline text-center"
|
||||
style={{ padding: "12px 20px" }}
|
||||
href="{{ .SiteURL }}/confirmation?template=reset-password&confirmation_url={{ .ConfirmationURL }}"
|
||||
>
|
||||
Reset Password
|
||||
|
||||
1486
supabase/email-templates/package-lock.json
generated
1486
supabase/email-templates/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -10,7 +10,7 @@
|
||||
"export": "email export"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-email/components": "^0.0.7",
|
||||
"@react-email/components": "^0.0.10",
|
||||
"react-email": "^1.9.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user