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.
1 parent 4f30e77 commit f12062cCopy full SHA for f12062c
1 file changed
components/layout/Header.tsx
@@ -189,7 +189,7 @@ const Header = () => {
189
className='flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
190
style={{ color: 'var(--fc-primary)' }}
191
>
192
- <span className='font-medium'>Frameworks</span>
+ <span className='font-medium hover:text-purple-400'>Frameworks</span>
193
<svg
194
className={`ml-1 h-4 w-4 transition-transform duration-200 ${isFrameworkDropdownOpen ? 'rotate-180' : ''}`}
195
fill='none'
0 commit comments