ui: fix
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
</form>
|
</form>
|
||||||
</dialog>
|
</dialog>
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
<h2>Transactional/Shared Email</h2>
|
<h2>Transactional Email</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="pb-4 ">Email settings for password resets, invitations, shared with Pro+ subscribers etc.</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">
|
<form wire:submit.prevent='submitFromFields' class="pb-4">
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<a :class="activeTab === 'backup' && 'text-white'"
|
<a :class="activeTab === 'backup' && 'text-white'"
|
||||||
@click.prevent="activeTab = 'backup'; window.location.hash = 'backup'" href="#">Instance Backup</a>
|
@click.prevent="activeTab = 'backup'; window.location.hash = 'backup'" href="#">Instance Backup</a>
|
||||||
<a :class="activeTab === 'smtp' && 'text-white'"
|
<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>
|
||||||
<div class="w-full pl-8">
|
<div class="w-full pl-8">
|
||||||
<div x-cloak x-show="activeTab === 'general'" class="h-full">
|
<div x-cloak x-show="activeTab === 'general'" class="h-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user