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/shared/_no_data_banner.html.erb

9 lines
414 B

<div class="card bg-base-200">
<div class="card-body text-center">
<div class="max-w-md mx-auto">
<h1 class="text-4xl font-semibold text-gray-700 mb-4">Nothing to display</h1>
<p class="text-gray-500">We apologize, but currently there is no data available to be displayed. You can try adding new entries or refreshing the page to see if any data becomes available.</p>
</div>
</div>
</div>