mirror of
https://github.com/lumehq/lume.git
synced 2025-09-21 18:40:28 +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 { AppHeader } from '@shared/appHeader';
|
||||
import { LumeBar } from '@shared/lumeBar';
|
||||
|
||||
export function SettingsLayout() {
|
||||
return (
|
||||
@@ -54,6 +55,9 @@ export function SettingsLayout() {
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="absolute bottom-3 left-0 w-full px-10">
|
||||
<LumeBar />
|
||||
</div>
|
||||
</div>
|
||||
<div className="h-full w-full">
|
||||
<Outlet />
|
||||
|
Reference in New Issue
Block a user