Skip to content

Commit 1700d36

Browse files
authored
Merge pull request #605 from VenomousKnight/my-new-feature4
feat: add purple hover effect to 'Roadmap' text
2 parents 08a3be8 + bf87ef4 commit 1700d36

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)