This commit is contained in:
Andras Bacsai 2023-09-11 22:55:23 +02:00
parent 9cda671aef
commit 5747a87f66
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
</form>
</dialog>
<div class="flex items-center gap-2">
<h2>Transactional/Shared Email</h2>
<h2>Transactional Email</h2>
</div>
<div class="pb-4 ">Email settings for password resets, invitations, shared with Pro+ subscribers etc.</div>
<form wire:submit.prevent='submitFromFields' class="pb-4">

View File

@ -7,7 +7,7 @@
<a :class="activeTab === 'backup' && 'text-white'"
@click.prevent="activeTab = 'backup'; window.location.hash = 'backup'" href="#">Instance Backup</a>
<a :class="activeTab === 'smtp' && 'text-white'"
@click.prevent="activeTab = 'smtp'; window.location.hash = 'smtp'" href="#">Transactional/Shared Email</a>
@click.prevent="activeTab = 'smtp'; window.location.hash = 'smtp'" href="#">Transactional Email</a>
</div>
<div class="w-full pl-8">
<div x-cloak x-show="activeTab === 'general'" class="h-full">