File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,15 @@ export default function SearchLayout() {
9
9
< div className = "mx-auto max-w-3xl px-2 sm:px-4 lg:px-8" >
10
10
< div className = "relative flex items-center justify-between py-5" >
11
11
< div className = "flex items-center max-lg:px-2" >
12
- < div className = "flex-none" >
13
- < Logo className = "h-8 w-auto text-sky-500" />
12
+ < div className = "flex flex-none items-center gap-3" >
13
+ < Logo className = "h-6 w-auto text-sky-500" />
14
+ < span className = "text-base font-medium text-white max-md:hidden" >
15
+ DevFinder
16
+ </ span >
14
17
</ div >
15
18
</ div >
16
19
< div className = "flex flex-1 justify-end px-2 md:ml-6" >
17
- < search role = "search" className = "w-full max-w-lg md:max-w-xs" >
20
+ < search role = "search" className = "w-full md:max-w-xs" >
18
21
< SearchBar />
19
22
</ search >
20
23
</ div >
You can’t perform that action at this time.
0 commit comments