fix(feedback): update feedback email address to improve communication with users
This commit is contained in:
parent
966d035a4a
commit
a0b08fae5d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public function submit()
|
|||
'content' => 'User: `'.auth()->user()?->email.'` with subject: `'.$this->subject.'` has the following problem: `'.$this->description.'`',
|
||||
]);
|
||||
} else {
|
||||
send_user_an_email($mail, auth()->user()?->email, 'hi@coollabs.io');
|
||||
send_user_an_email($mail, auth()->user()?->email, 'feedback@coollabs.io');
|
||||
}
|
||||
$this->dispatch('success', 'Feedback sent.', 'We will get in touch with you as soon as possible.');
|
||||
$this->reset('description', 'subject');
|
||||
|
|
|
|||
Loading…
Reference in a new issue