mirror of
https://github.com/lumehq/lume.git
synced 2025-09-29 03:02:29 +02:00
add lumebar to settings page
This commit is contained in:
@@ -2,6 +2,7 @@ import { NavLink, Outlet, ScrollRestoration } from 'react-router-dom';
|
|||||||
import { twMerge } from 'tailwind-merge';
|
import { twMerge } from 'tailwind-merge';
|
||||||
|
|
||||||
import { AppHeader } from '@shared/appHeader';
|
import { AppHeader } from '@shared/appHeader';
|
||||||
|
import { LumeBar } from '@shared/lumeBar';
|
||||||
|
|
||||||
export function SettingsLayout() {
|
export function SettingsLayout() {
|
||||||
return (
|
return (
|
||||||
@@ -54,6 +55,9 @@ export function SettingsLayout() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="absolute bottom-3 left-0 w-full px-10">
|
||||||
|
<LumeBar />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="h-full w-full">
|
<div className="h-full w-full">
|
||||||
<Outlet />
|
<Outlet />
|
||||||
|
Reference in New Issue
Block a user