We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bebd8 commit bdfc105Copy full SHA for bdfc105
1 file changed
src/components/DocsLayout.tsx
@@ -339,9 +339,10 @@ const PrevNextButton = ({
339
</>
340
)}
341
</div>
342
- );
+ )
343
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";
+ 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'
346
347
if (item.to.startsWith('http')) {
348
return (
0 commit comments