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 51bb767 + 6bb2c69 commit ca95178Copy full SHA for ca95178
1 file changed
components/layout/Header.tsx
@@ -141,7 +141,7 @@ const Header = () => {
141
className='flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
142
style={{ color: 'var(--fc-primary)' }}
143
>
144
- <span className='font-medium'>Languages</span>
+ <span className='font-medium hover:text-purple-400'>Languages</span>
145
<svg
146
className={`ml-1 h-4 w-4 transition-transform duration-200 ${isLanguageDropdownOpen ? 'rotate-180' : ''}`}
147
fill='none'
0 commit comments