Skip to content

Commit a43f44f

Browse files
feat: add purple hover effect to 'Contributors' text
1 parent 82aebd7 commit a43f44f

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/layout/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ 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-100 hover:text-gray-900'
334+
className='rounded-md px-3 py-2 text-sm font-medium text-gray-700 hover:bg-gray-100 hover:text-purple-400'
335335
>
336336
Contributors
337337
</Link>

0 commit comments

Comments
 (0)