From df653f20e93ffdc0d1c6358d08921189e46fe024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Quiroz?= Date: Mon, 19 Dec 2022 22:38:54 -0300 Subject: [PATCH] chore: prettier --- src/components/UI/docs/Breadcrumbs.tsx | 2 +- src/theme/search.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/UI/docs/Breadcrumbs.tsx b/src/components/UI/docs/Breadcrumbs.tsx index d98f7321d8..dde19c28d9 100644 --- a/src/components/UI/docs/Breadcrumbs.tsx +++ b/src/components/UI/docs/Breadcrumbs.tsx @@ -11,7 +11,7 @@ export const Breadcrumbs: FC = () => { return ( <> - {router.asPath !== '/docs' && pathSplit.length > 1? ( + {router.asPath !== '/docs' && pathSplit.length > 1 ? ( {pathSplit.map((path: string, idx: number) => { return ( diff --git a/src/theme/search.css b/src/theme/search.css index a169533fcf..39a4245f36 100644 --- a/src/theme/search.css +++ b/src/theme/search.css @@ -149,7 +149,7 @@ svg[aria-label='Algolia'] * { .DocSearch-Button-Container { flex-direction: row-reverse; } - + .DocSearch-Button { padding: 2rem 1rem; width: 100%;