Skip to content

Commit 5fe52cc

Browse files
feat: add purple hover effect to 'FAQ' text
1 parent 82aebd7 commit 5fe52cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/layout/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ const Header = () => {
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-100 hover:text-gray-900'
340+
className='rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-purple-400'
341341
>
342342
FAQ
343343
</Link>

0 commit comments

Comments
 (0)