mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-26 04:17:19 +00:00
chore(next): updating nextjs version to latest
This commit is contained in:
@@ -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}`}
|
||||
|
||||
Reference in New Issue
Block a user