Skip to content

Commit bdfc105

Browse files
committed
format
1 parent 35bebd8 commit bdfc105

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/DocsLayout.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,10 @@ const PrevNextButton = ({
339339
</>
340340
)}
341341
</div>
342-
);
342+
)
343343

344-
const buttonClassName = "py-1 px-2 bg-white/70 text-black dark:bg-gray-500/40 dark:text-white shadow-lg shadow-black/20 flex items-center justify-center backdrop-blur-sm z-20 rounded-lg overflow-hidden";
344+
const buttonClassName =
345+
'py-1 px-2 bg-white/70 text-black dark:bg-gray-500/40 dark:text-white shadow-lg shadow-black/20 flex items-center justify-center backdrop-blur-sm z-20 rounded-lg overflow-hidden'
345346

346347
if (item.to.startsWith('http')) {
347348
return (

0 commit comments

Comments
 (0)