fix
This commit is contained in:
parent
ed3cab29b3
commit
dc77292278
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<InertiaHead title="Użytkownicy" />
|
<InertiaHead title="Dostępne dni urlopu dla użytkowników" />
|
||||||
<div class="bg-white shadow-md">
|
<div class="bg-white shadow-md">
|
||||||
<div class="flex justify-between items-center p-4 sm:px-6">
|
<div class="flex justify-between items-center p-4 sm:px-6">
|
||||||
<div>
|
<div>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<InertiaHead title="Twoje wnioski urlopowe" />
|
<InertiaHead title="Moje wnioski urlopowe" />
|
||||||
<div class="bg-white shadow-md">
|
<div class="bg-white shadow-md">
|
||||||
<div class="flex justify-between items-center p-4 sm:px-6">
|
<div class="flex justify-between items-center p-4 sm:px-6">
|
||||||
<div>
|
<div>
|
||||||
<h2 class="text-lg leading-6 font-medium text-gray-900">
|
<h2 class="text-lg leading-6 font-medium text-gray-900">
|
||||||
Twoje wnioski urlopowe
|
Moje wnioski urlopowe
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user