Skip to content

Commit bf87ef4

Browse files
feat: add purple hover effect to 'Roadmap' text
1 parent 4f30e77 commit bf87ef4

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
@@ -285,7 +285,7 @@ const Header = () => {
285285
className='flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
286286
style={{ color: 'var(--fc-primary)' }}
287287
>
288-
<span className='font-medium'>Roadmap</span>
288+
<span className='font-medium hover:text-purple-400'>Roadmap</span>
289289
<svg
290290
className={`ml-1 h-4 w-4 transition-transform duration-200 ${isRoadmapDropdownOpen ? 'rotate-180' : ''}`}
291291
fill='none'

0 commit comments

Comments
 (0)