chore: ani

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2025-06-08 19:58:46 +05:30
parent d385af6afe
commit 8fb1e43f52
2 changed files with 7 additions and 4 deletions

View file

@ -2116,6 +2116,12 @@
"dev": true,
"license": "ISC"
},
"node_modules/gsap": {
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/gsap/-/gsap-3.13.0.tgz",
"integrity": "sha512-QL7MJ2WMjm1PHWsoFrAQH/J8wUeqZvMtHO58qdekHpCfhvhSL4gSiz6vJf5EeMP0LOn3ZCprL2ki/gjED8ghVw==",
"license": "Standard 'no charge' license: https://gsap.com/standard-license."
},
"node_modules/hasown": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",

View file

@ -255,10 +255,7 @@ export function World() {
return (
// TODO: ask Shubh why does my name spawn at the top and then shift down
<div
className="h-[40vh] border-red-500 border-2"
style={{ width: `${viewportWidthPercent}vw` }}
>
<div className="h-[40vh]" style={{ width: `${viewportWidthPercent}vw` }}>
<div
ref={containerRef}
className="h-full w-full mx-auto relative overflow-hidden"