Skip to content

Commit c493d6d

Browse files
authored
added hover state to footer social icons (#808)
1 parent d2462d4 commit c493d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

new-dti-website/components/footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const Footer: React.FC<FooterProps> = ({ theme }) => (
6666
href={icon.link}
6767
target="_blank"
6868
rel="noopener noreferrer"
69-
className="w-9 h-9 relative"
69+
className="w-9 h-9 relative hover:opacity-60"
7070
>
7171
<Image
7272
className={`${theme === 'dark' ? 'invert-0' : 'invert'} w-full h-full`}

0 commit comments

Comments
 (0)