diff --git a/pages/community/index.page.tsx b/pages/community/index.page.tsx index d68d6deb8..0b18b93b3 100644 --- a/pages/community/index.page.tsx +++ b/pages/community/index.page.tsx @@ -119,7 +119,9 @@ export default function communityPages(props: any) { priority={index < 10} loading={index < 10 ? 'eager' : 'lazy'} quality={75} - className='sm:w-[40px] md:w-[45px] lg:w-[50px] sm:h-[40px] md:h-[45px] lg:h-[50px] rounded-full border-black' + className='sm:w-[40px] md:w-[45px] lg:w-[50px] sm:h-[40px] md:h-[45px] lg:h-[50px] +rounded-full border-black +transition-transform duration-200 hover:scale-110 hover:shadow-md' /> ))} diff --git a/pages/index.page.tsx b/pages/index.page.tsx index bc627b9b5..6a840d08f 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -374,7 +374,7 @@ const Home = (props: any) => {