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