fix: ui
This commit is contained in:
parent
9f4356f67d
commit
c472042a94
1 changed files with 1 additions and 1 deletions
|
|
@ -41,8 +41,8 @@ class="text-white normal-case btn btn-xs no-animation btn-primary">
|
|||
label="Use hosted email service (Pro+ subscription required)" />
|
||||
</div>
|
||||
@endif
|
||||
<h3 class="pb-4">Custom Email Service</h3>
|
||||
@if (!$team->use_instance_email_settings)
|
||||
<h3 class="pb-4">Custom Email Service</h3>
|
||||
<form class="flex flex-col items-end gap-2 pb-4 xl:flex-row" wire:submit.prevent='submitFromFields'>
|
||||
<x-forms.input required id="team.smtp_from_name" helper="Name used in emails." label="From Name" />
|
||||
<x-forms.input required id="team.smtp_from_address" helper="Email address used in emails."
|
||||
|
|
|
|||
Loading…
Reference in a new issue