chore: prettier

This commit is contained in:
Nicolás Quiroz 2022-12-19 22:38:54 -03:00
parent 41d700ff8d
commit df653f20e9
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ export const Breadcrumbs: FC = () => {
return ( return (
<> <>
{router.asPath !== '/docs' && pathSplit.length > 1? ( {router.asPath !== '/docs' && pathSplit.length > 1 ? (
<Breadcrumb> <Breadcrumb>
{pathSplit.map((path: string, idx: number) => { {pathSplit.map((path: string, idx: number) => {
return ( return (

View file

@ -149,7 +149,7 @@ svg[aria-label='Algolia'] * {
.DocSearch-Button-Container { .DocSearch-Button-Container {
flex-direction: row-reverse; flex-direction: row-reverse;
} }
.DocSearch-Button { .DocSearch-Button {
padding: 2rem 1rem; padding: 2rem 1rem;
width: 100%; width: 100%;