File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function AppsRoute() {
3939
4040 return (
4141 < div className = "mt-8 grid gap-6" >
42- < SearcherBar className = "py-16 " />
42+ < SearcherBar className = "py-10 " />
4343
4444 < h1 className = "flex items-center gap-2 font-sans text-2xl font-extrabold" >
4545 < Box size = "20" />
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function DatasetsRoute() {
4040
4141 return (
4242 < div className = "mt-8 grid gap-6" >
43- < SearcherBar className = "py-16 " />
43+ < SearcherBar className = "py-10 " />
4444
4545 < h1 className = "flex items-center gap-2 font-sans text-2xl font-extrabold" >
4646 < Box size = "20" />
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function DealsRoute() {
3939
4040 return (
4141 < div className = "mt-8 grid gap-6" >
42- < SearcherBar className = "py-16 " />
42+ < SearcherBar className = "py-10 " />
4343
4444 < h1 className = "flex items-center gap-2 font-sans text-2xl font-extrabold" >
4545 < Box size = "20" />
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ function TasksRoute() {
3939
4040 return (
4141 < div className = "mt-8 grid gap-6" >
42- < SearcherBar className = "py-16 " />
42+ < SearcherBar className = "py-10 " />
4343
4444 < h1 className = "flex items-center gap-2 font-sans text-2xl font-extrabold" >
4545 < Box size = "20" />
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ function WorkerpoolsRoute() {
4040
4141 return (
4242 < div className = "mt-8 grid gap-6" >
43- < SearcherBar className = "py-16 " />
43+ < SearcherBar className = "py-10 " />
4444
4545 < h1 className = "flex items-center gap-2 font-sans text-2xl font-extrabold" >
4646 < Box size = "20" />
You can’t perform that action at this time.
0 commit comments