h2 instead of h3 as element is child of h2

This commit is contained in:
Astrid 2024-06-25 17:10:06 +02:00
parent 0e512962c6
commit cbae0845e7
No known key found for this signature in database
GPG Key ID: AA294F1DF4FC88A3

View File

@ -103,7 +103,7 @@
</div>
@endif
@if (isEmailEnabled($team) || data_get($team, 'use_instance_email_settings'))
<h3 class="mt-4">Subscribe to events</h3>
<h2 class="mt-4">Subscribe to events</h2>
<div class="w-64">
@if (isDev())
<x-forms.checkbox instantSave="saveModel" id="team.smtp_notifications_test" label="Test" />