We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3da547 + 324a175 commit 51bb767Copy full SHA for 51bb767
1 file changed
components/layout/Header.tsx
@@ -237,7 +237,7 @@ const Header = () => {
237
className='flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
238
style={{ color: 'var(--fc-primary)' }}
239
>
240
- <span className='font-medium'>Git</span>
+ <span className='font-medium hover:text-purple-400'>Git</span>
241
<svg
242
className={`ml-1 h-4 w-4 transition-transform duration-200 ${isGitSelectionDropdownOpen ? 'rotate-180' : ''}`}
243
fill='none'
0 commit comments