Skip to content

Commit 401af14

Browse files
committed
removed extra spacing
1 parent 61c380b commit 401af14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const SearchBar = (props: SearchProps) => {
1515
<Search {...props} />
1616
)
1717
:
18-
<div className="hidden sm:inline-flex flex-1 max-w-md px-6 md:ml-5"></div>
18+
<div className={props as string}></div>
1919
)
2020
}
2121

0 commit comments

Comments
 (0)