Improving email contents

On email body, it usually appeared as the button to the website
would take directly an action, so the text was changed to make
sure the user will understand he is only going to access
the website.
This commit is contained in:
2018-09-22 15:40:03 -03:00
parent b168473002
commit 816ec4ed89
3 changed files with 13 additions and 12 deletions

View File

@@ -6,7 +6,10 @@ Hi, {{$username}},
&nbsp;<br>
The item <em>{{$item->name}} ({{$item->product->name}})</em> is now available on **Share&nbsp;It**.
&nbsp;<br>
&nbsp;<br>
<a href="https://shareit.brunofontes.net/home">Take it</a> before anyone else.
**Take It** before anyone else at the website:
@component('mail::button', ['url' => 'https://shareit.brunofontes.net/home'])
Share It!
@endcomponent
@endcomponent