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 bf87ef4Copy full SHA for bf87ef4
1 file changed
components/layout/Header.tsx
@@ -285,7 +285,7 @@ const Header = () => {
285
className='flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
286
style={{ color: 'var(--fc-primary)' }}
287
>
288
- <span className='font-medium'>Roadmap</span>
+ <span className='font-medium hover:text-purple-400'>Roadmap</span>
289
<svg
290
className={`ml-1 h-4 w-4 transition-transform duration-200 ${isRoadmapDropdownOpen ? 'rotate-180' : ''}`}
291
fill='none'
0 commit comments