Update Top.tsx
This commit is contained in:
parent
b7df01c95b
commit
5a1cde43f2
1 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ export default function Top() {
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<Image
|
{/* <Image
|
||||||
src={"/char.avif"}
|
src={"/char.avif"}
|
||||||
alt="character"
|
alt="character"
|
||||||
width={4096}
|
width={4096}
|
||||||
|
|
@ -98,7 +98,7 @@ export default function Top() {
|
||||||
className="w-[50vh] lg:w-[30vw] translate-y-[10%] transition-transform duration-100 ease-out"
|
className="w-[50vh] lg:w-[30vw] translate-y-[10%] transition-transform duration-100 ease-out"
|
||||||
unoptimized
|
unoptimized
|
||||||
onClick={requestPermission}
|
onClick={requestPermission}
|
||||||
/>
|
/> */} {/* 이제 그런 애는 없어 */}
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue