diff --git a/packages/builder/src/pages/builder/portal/manage/email/[template].svelte b/packages/builder/src/pages/builder/portal/manage/email/[template].svelte index 1f2fcb6119..fdee7e80b7 100644 --- a/packages/builder/src/pages/builder/portal/manage/email/[template].svelte +++ b/packages/builder/src/pages/builder/portal/manage/email/[template].svelte @@ -1,5 +1,6 @@ -
@@ -69,10 +59,15 @@ Back to email settings
- Email Template: {template} +
+ + Email Template: {template} + + +
Change the email template here. you can insert bindings (email, logo url, - etc.) from the list on the rightChange the email template here. Add dynamic content by using the bindings + menu on the right.
@@ -89,7 +84,7 @@ />
Bindings - + -
+
{@html selectedTemplate.contents}
@@ -128,7 +123,6 @@ display: flex; width: 100%; justify-content: space-between; - margin-bottom: var(--spacing-l); margin-top: var(--spacing-l); } @@ -137,11 +131,4 @@ height: 800px; padding: var(--spacing-xl); } - - .backbutton { - display: flex; - gap: var(--spacing-m); - margin-bottom: var(--spacing-xl); - cursor: pointer; - }