diff --git a/pages/community/index.page.tsx b/pages/community/index.page.tsx index dccf67ba0..96de92cc6 100644 --- a/pages/community/index.page.tsx +++ b/pages/community/index.page.tsx @@ -119,7 +119,7 @@ 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-all duration-200 hover:scale-110 hover:ring-2 hover:ring-blue-500' /> ))} diff --git a/pages/index.page.tsx b/pages/index.page.tsx index bc627b9b5..1d1c2807f 100644 --- a/pages/index.page.tsx +++ b/pages/index.page.tsx @@ -374,7 +374,7 @@ const Home = (props: any) => {