diff --git a/src/app/globals.css b/src/app/globals.css index e787ec4..05988e9 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -23,4 +23,8 @@ flex-direction: column; align-items: center; justify-content: center; +} + +.avatar:hover { + animation: rotate 1000ms linear infinite; } \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 81308aa..e7923aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,7 @@ export default function Home() { return (