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 1708a19 commit 097b57aCopy full SHA for 097b57a
1 file changed
src/components/DocsLayout.tsx
@@ -335,7 +335,9 @@ const PrevNextButton = ({
335
</>
336
) : (
337
<>
338
- <span className={`bg-gradient-to-r ${colorFrom} ${colorTo} bg-clip-text text-transparent`}>
+ <span
339
+ className={`bg-gradient-to-r ${colorFrom} ${colorTo} bg-clip-text text-transparent`}
340
+ >
341
{item.label}
342
</span>{' '}
343
<FaArrowRight className={textColor} />
@@ -377,7 +379,9 @@ const PrevNextButton = ({
377
379
378
380
381
382
383
384
385
386
387
0 commit comments