We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4256c79 commit c73ac51Copy full SHA for c73ac51
src/pages/Profile.tsx
@@ -71,7 +71,11 @@ export function Profile() {
71
</div>
72
73
<div>
74
- <img src={knowledgerInfo?.imageProfile} alt="" />
+ <img
75
+ src={knowledgerInfo?.imageProfile}
76
+ className="transition-transform duration-300 hover:rotate-[1.5deg] hover:scale-105"
77
+ alt=""
78
+ />
79
80
<div className="flex items-center justify-center gap-4 mt-4">
81
{knowledgerInfo?.social?.map(
0 commit comments