Skip to content

Commit 51bb767

Browse files
authored
Merge pull request #604 from VenomousKnight/my-new-feature3
feat: add purple hover effect to 'Git' text
2 parents b3da547 + 324a175 commit 51bb767

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
@@ -237,7 +237,7 @@ const Header = () => {
237237
className='flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
238238
style={{ color: 'var(--fc-primary)' }}
239239
>
240-
<span className='font-medium'>Git</span>
240+
<span className='font-medium hover:text-purple-400'>Git</span>
241241
<svg
242242
className={`ml-1 h-4 w-4 transition-transform duration-200 ${isGitSelectionDropdownOpen ? 'rotate-180' : ''}`}
243243
fill='none'

0 commit comments

Comments
 (0)