We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3450b2 commit 01dd569Copy full SHA for 01dd569
1 file changed
src/components/DocsFooter.tsx
@@ -75,13 +75,8 @@ function FooterLink({
75
}
76
)}>
77
<IconNavArrow
78
-<<<<<<< HEAD
79
- className="text-tertiary dark:text-tertiary-dark inline group-focus:text-link dark:group-focus:text-link-dark"
80
- displayDirection={type === 'পূর্ববর্তী পেইজ' ? 'start' : 'end'}
81
-=======
82
className="inline text-tertiary dark:text-tertiary-dark group-focus:text-link dark:group-focus:text-link-dark"
83
displayDirection={type === 'Previous' ? 'start' : 'end'}
84
->>>>>>> 6bfde58c109ec86fd6c5767421404cb679ffba9a
85
/>
86
<div className="flex flex-col overflow-hidden">
87
<span className="text-sm font-bold tracking-wide no-underline uppercase text-secondary dark:text-secondary-dark group-focus:text-link dark:group-focus:text-link-dark group-focus:text-opacity-100">
0 commit comments