Skip to content

Commit 9fe35b8

Browse files
committed
rm unnecessary !
1 parent 5abd249 commit 9fe35b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new-dti-website/components/navbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const Navbar: React.FC = () => {
139139
: 'text-white'
140140
}
141141
${pathname === item.url ? 'underline' : ''}
142-
${item.name === 'Apply' ? '!text-[#000000] !no-underline' : ''}
142+
${item.name === 'Apply' ? '!text-[#000000] no-underline' : ''}
143143
${item.name !== 'Apply' ? 'group-hover:underline' : ''}
144144
`}
145145
>

0 commit comments

Comments
 (0)