Files
la-components-wp/modals/modal-time.php
GP_DEV 54eb8e266f init
2025-06-01 12:38:35 +03:00

13 lines
355 B
PHP

<?php
?>
<div class="bg-white max-w-lg w-full">
<div class="p-6">
<h2 class="text-xl font-bold text-gray-900 mb-4">Расписание</h2>
<div class="flex justify-end mt-6">
<button data-modal-close class="border w-full">
Понятно
</button>
</div>
</div>
</div>