You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/app/views/sms_settings/index.html.erb

7 lines
278 B

<div class="max-w-4xl mx-auto space-y-8">
<h1 class="text-3xl md:text-4xl font-bold tracking-tight text-base-content">SMS</h1>
<section class="bg-base-100 rounded-xl border border-base-300 p-6 md:p-8 shadow-soft">
<%= render 'placeholder' %>
</section>
</div>