File tree Expand file tree Collapse file tree 1 file changed +5
-21
lines changed
apps/frontend/src/modules/shared/components/layout Expand file tree Collapse file tree 1 file changed +5
-21
lines changed Original file line number Diff line number Diff line change @@ -34,27 +34,6 @@ export async function Header() {
3434 < header className = 'fixed w-[calc(100vw_-_16px)] h-14 flex flex-row justify-center items-center bg-zinc-900 border-b border-zinc-700 py-2 z-10' >
3535 { /* Navbar */ }
3636 < nav className = 'w-full flex flex-row justify-between items-center gap-8 md:gap-12 max-w-screen-xl px-6 sm:px-10' >
37- { /* Logo */ }
38- < div className = 'hidden lg:block flex-0 text-lg text-nowrap' >
39- < picture className = 'w-full h-auto' >
40- < Link href = '/' >
41- < Image
42- unoptimized
43- src = '/nbw-logo-flat.png'
44- alt = 'Note Block World logo'
45- className = ''
46- width = { 300 }
47- height = { 64 }
48- />
49- </ Link >
50- </ picture >
51- </ div >
52-
53- { /* Search bar */ }
54- < div className = 'flex-1 max-w-lg' >
55- < SearchBar />
56- </ div >
57-
5837 { /* Icon */ }
5938 < div className = 'flex-0 flex justify-start lg:justify-center min-w-fit' >
6039 < Link href = '/' >
@@ -73,6 +52,11 @@ export async function Header() {
7352 </ Link >
7453 </ div >
7554
55+ { /* Search bar */ }
56+ < div className = 'flex-1 max-w-sm' >
57+ < SearchBar />
58+ </ div >
59+
7660 { /* Info pages */ }
7761 < div className = 'flex flex-1 justify-center gap-1 h-8 text-center' >
7862 < BlockTab
You can’t perform that action at this time.
0 commit comments