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"}
|
||||
alt="character"
|
||||
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"
|
||||
unoptimized
|
||||
onClick={requestPermission}
|
||||
/>
|
||||
/> */} {/* 이제 그런 애는 없어 */}
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue