chore(next): updating nextjs version to latest

This commit is contained in:
Hexagonn
2024-10-24 08:39:01 +00:00
committed by GitHub
parent c6b81ec135
commit 16e18db06d
7 changed files with 542 additions and 218 deletions

View File

@@ -153,11 +153,9 @@ export default function Home() {
className={`${onImageLoaded ? "" : "animate-pulse rounded-md bg-[#3d3d43]"}`}
initial={{
opacity: 0,
"aria-hidden": true,
}}
animate={{
opacity: onImageLoaded ? 1 : 0,
"aria-hidden": onImageLoaded ? false : true,
}}
transition={{ duration: 0.5 }}
src={`/api/${userData?.userId}`}