File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ export function Header() {
194194 const pathname = usePathname ( ) ;
195195
196196 return (
197- < header className = "flex w-full flex-col gap-2 border-b bg-background pt-4 px-4 pb -4 xl:pb-0 lg:px-8 overflow-hidden" >
197+ < header className = "flex w-full flex-col gap-2 border-b bg-background p -4 xl:pb-0 lg:px-8 overflow-hidden" >
198198 { /* Top row */ }
199199 < div className = "container flex items-center justify-between gap-6" >
200200 < div className = "flex items-center gap-2" >
Original file line number Diff line number Diff line change @@ -358,7 +358,7 @@ export function DocSearch(props: { variant: "icon" | "search" }) {
358358 variant = "outline"
359359 >
360360 < span className = "text-xs" > Search Docs</ span >
361- < div className = "flex items-center gap-1 rounded-sm px-1 py -1 text-muted-foreground text-xs" >
361+ < div className = "flex items-center gap-1 rounded-sm p -1 text-muted-foreground text-xs" >
362362 < CommandIcon className = "size-3" /> K
363363 </ div >
364364 </ Button >
You can’t perform that action at this time.
0 commit comments