change layout

This commit is contained in:
EwelinaLasowy
2022-02-01 08:55:36 +01:00
parent bbb0eb8f6c
commit b78ac0cb45
6 changed files with 126 additions and 2 deletions

View File

@@ -3,7 +3,8 @@
<MainMenu />
<main class="lg:ml-64 flex flex-col flex-1 py-8">
<div>
<div class="mx-auto max-w-3xl px-4 sm:px-6 lg:px-8 lg:max-w-7xl">
<!-- <div class="mx-auto max-w-3xl px-4 sm:px-6 lg:px-8 lg:max-w-7xl">-->
<div>
<slot />
</div>
</div>

View File

@@ -311,6 +311,7 @@ import {
UserGroupIcon,
XIcon,
SunIcon,
StarIcon,
CalendarIcon,
} from '@heroicons/vue/outline';
import {
@@ -349,6 +350,7 @@ export default {
OfficeBuildingIcon,
SearchIcon,
XIcon,
StarIcon,
HomeIcon,
UserGroupIcon,
SunIcon,
@@ -362,7 +364,8 @@ export default {
{name: 'Strona główna', href: '/', icon: HomeIcon, current: true},
{name: 'Użytkownicy', href: '/users', icon: UserGroupIcon, current: false},
{name: 'Dostępne urlopy', href: '/vacation-limits', icon: SunIcon, current: false},
{name: 'Dni wolne', href: '/holidays', icon: CalendarIcon, current: false},
{name: 'Dni wolne', href: '/holidays', icon: StarIcon, current: false},
{name: 'Kalendarz', href: '/calendar', icon: CalendarIcon, current: false},
];
const userNavigation = [
{name: 'Your Profile', href: '#'},