Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov authored Jul 20, 2024
1 parent 333cd53 commit 954eba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export function Content() {
<LayoutButton isActive={layout === 'o'} id={'o'} name={<BsLightningChargeFill/>} onClick={id => setLayout(id)}/>
<Button w='3em' h='3em'>+</Button>
<Spacer/>
<Packages/>
{!!deep && <Packages/>}
<ColorMode w='3em' h='3em' dark={{ children: <SunIcon/> }} light={{ children: <MoonIcon/> }}/>
<Button w='3em' h='3em'><Status/></Button>
<Auth/>
Expand Down

0 comments on commit 954eba2

Please sign in to comment.