File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -331,13 +331,13 @@ const Header = () => {
331331 < div className = 'flex items-center space-x-4' >
332332 < Link
333333 href = '/community/contributors'
334- className = 'rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-700 hover:text-white '
334+ className = 'rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-gray-900 '
335335 >
336336 Contributors
337337 </ Link >
338338 < Link
339339 href = '/help/faq'
340- className = 'rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-700 hover:text-white '
340+ className = 'rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-gray-900 '
341341 >
342342 FAQ
343343 </ Link >
@@ -544,13 +544,13 @@ const Header = () => {
544544
545545 < Link
546546 href = '/community/contributors'
547- className = 'block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:bg-gray-700 hover:text-white '
547+ className = 'block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:bg-gray-100 hover:text-gray-900 '
548548 >
549549 Contributors
550550 </ Link >
551551 < Link
552552 href = '/help/faq'
553- className = 'block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:bg-gray-700 hover:text-white '
553+ className = 'block rounded-md px-3 py-2 text-base font-medium text-gray-700 hover:bg-gray-100 hover:text-gray-900 '
554554 >
555555 FAQ
556556 </ Link >
You can’t perform that action at this time.
0 commit comments