h2 instead of h3 as element is child of h2
This commit is contained in:
		@@ -103,7 +103,7 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    @endif
 | 
					    @endif
 | 
				
			||||||
    @if (isEmailEnabled($team) || data_get($team, 'use_instance_email_settings'))
 | 
					    @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">
 | 
					        <div class="w-64">
 | 
				
			||||||
            @if (isDev())
 | 
					            @if (isDev())
 | 
				
			||||||
                <x-forms.checkbox instantSave="saveModel" id="team.smtp_notifications_test" label="Test" />
 | 
					                <x-forms.checkbox instantSave="saveModel" id="team.smtp_notifications_test" label="Test" />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user