Skip to content

Commit c73ac51

Browse files
committed
feat(pages): added animation to knowledger profile images
1 parent 4256c79 commit c73ac51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/pages/Profile.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ export function Profile() {
7171
</div>
7272

7373
<div>
74-
<img src={knowledgerInfo?.imageProfile} alt="" />
74+
<img
75+
src={knowledgerInfo?.imageProfile}
76+
className="transition-transform duration-300 hover:rotate-[1.5deg] hover:scale-105"
77+
alt=""
78+
/>
7579

7680
<div className="flex items-center justify-center gap-4 mt-4">
7781
{knowledgerInfo?.social?.map(

0 commit comments

Comments
 (0)