This commit is contained in:
Adrian Hopek
2022-04-20 10:48:09 +02:00
parent 889af3aaa2
commit a149f05b9b
4 changed files with 29 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
Twój roczny limit urlopu wypoczynkowego.
</dt>
</div>
<div class="col-span-2 py-5 px-4 bg-white shadow-md sm:p-6">
<div class="py-5 px-4 bg-white shadow-md sm:p-6">
<dt class="mt-1 text-4xl font-semibold text-gray-900">
{{ stats.other }}
</dt>
@@ -60,6 +60,17 @@
Urlopy bezpłatne, okolicznościowe, zwolnienia lekarskie, itd., które zostały już zatwierdzone.
</dt>
</div>
<div class="py-5 px-4 bg-white shadow-md sm:p-6">
<dt class="mt-1 text-4xl font-semibold text-gray-900">
{{ stats.homeOffice }}
</dt>
<dd class="font-medium text-gray-700 truncate text-md">
Biuro w domu
</dd>
<dt class="mt-2 text-sm font-medium text-gray-500">
Biuro w domku
</dt>
</div>
</div>
</div>
</section>