Skip to content

Commit 5ffb387

Browse files
authored
Merge pull request #613 from VenomousKnight/my-new-feature
feat: add purple hover effect to 'FAQ' text
2 parents 26b8e4c + 33ca307 commit 5ffb387

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)