chore: ani
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
parent
d385af6afe
commit
8fb1e43f52
2 changed files with 7 additions and 4 deletions
6
frontend/package-lock.json
generated
6
frontend/package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue