From 7c90ed58bd95de73d425fe82271a9b54ac8fcb52 Mon Sep 17 00:00:00 2001 From: Julien Nahum Date: Tue, 27 Feb 2024 09:54:06 +0100 Subject: [PATCH] Change form created email --- resources/views/mail/form/created.blade.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/resources/views/mail/form/created.blade.php b/resources/views/mail/form/created.blade.php index ee98209..661deb8 100644 --- a/resources/views/mail/form/created.blade.php +++ b/resources/views/mail/form/created.blade.php @@ -10,17 +10,16 @@ If you want to share your form, here is the link: {{$form->share_url}} @endcomponent -If you want to **embed your form in Notion**, simply type "/embed", confirm, and paste the URL above. -If you want to add the form to your website, copy and paste the following code: +If you want to embed your form to your website, copy and paste the following code: @component('mail::panel') - {{ '' }} +{{ '' }} @endcomponent -Finally, we created a **Facebook group** with all the other users to share all the exciting news and tutorials about NotionForms. +Finally, we created a **Discord channel** with all the other users to share our news and guides about OpnForm. I would love to see you there, here is the link: -@component('mail::button', ['url' => config('links.facebook_group')]) -Join Facebook Group +@component('mail::button', ['url' => config('links.discord')]) +Discord Channel @endcomponent @endcomponent