Skip to content

Commit

Permalink
feat: add cluster select to header
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Jan 9, 2024
1 parent b7bf91e commit 5c9d624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/app/app-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { UiHeader, UiLayout, UiMenu, UiThemeSwitch } from '@pubkey-ui/core'
import { IconSettings, IconUser, IconUserCog } from '@tabler/icons-react'
import { ReactNode } from 'react'
import { AccountChecker } from './features/account/account-ui'
import { ClusterChecker } from './features/cluster/cluster-ui'
import { ClusterChecker, ClusterUiSelect } from './features/cluster/cluster-ui'

export function AppLayout({ children }: { children: ReactNode }) {
return (
Expand All @@ -18,6 +18,7 @@ export function AppLayout({ children }: { children: ReactNode }) {
]}
profile={
<Group>
<ClusterUiSelect />
<UiThemeSwitch />
<UiMenu
position="bottom-end"
Expand Down

0 comments on commit 5c9d624

Please sign in to comment.