Skip to content

Commit 097b57a

Browse files
committed
format
1 parent 1708a19 commit 097b57a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/components/DocsLayout.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,9 @@ const PrevNextButton = ({
335335
</>
336336
) : (
337337
<>
338-
<span className={`bg-gradient-to-r ${colorFrom} ${colorTo} bg-clip-text text-transparent`}>
338+
<span
339+
className={`bg-gradient-to-r ${colorFrom} ${colorTo} bg-clip-text text-transparent`}
340+
>
339341
{item.label}
340342
</span>{' '}
341343
<FaArrowRight className={textColor} />
@@ -377,7 +379,9 @@ const PrevNextButton = ({
377379
</>
378380
) : (
379381
<>
380-
<span className={`bg-gradient-to-r ${colorFrom} ${colorTo} bg-clip-text text-transparent`}>
382+
<span
383+
className={`bg-gradient-to-r ${colorFrom} ${colorTo} bg-clip-text text-transparent`}
384+
>
381385
{item.label}
382386
</span>{' '}
383387
<FaArrowRight className={textColor} />

0 commit comments

Comments
 (0)