Skip to content

Commit ca95178

Browse files
authored
Merge pull request #602 from VenomousKnight/my-new-feature1
feat: add purple hover effect to 'Languages' text
2 parents 51bb767 + 6bb2c69 commit ca95178

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
@@ -141,7 +141,7 @@ const Header = () => {
141141
className='flex items-center transition-colors duration-200 hover:text-[var(--accent-color)]'
142142
style={{ color: 'var(--fc-primary)' }}
143143
>
144-
<span className='font-medium'>Languages</span>
144+
<span className='font-medium hover:text-purple-400'>Languages</span>
145145
<svg
146146
className={`ml-1 h-4 w-4 transition-transform duration-200 ${isLanguageDropdownOpen ? 'rotate-180' : ''}`}
147147
fill='none'

0 commit comments

Comments
 (0)