Skip to content

Commit

Permalink
fix: 3d 로고 렌더링 오류 해결 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Jul 25, 2023
1 parent 42fd2b8 commit 78483e3
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ export default function Greeting() {
return (
<div className='relative h-[600vh]'>
<div className='absolute inset-0'>
<m.div
className='sticky top-0 h-[100vh] pt-[8rem] flex justify-center items-center'
initial={{ opacity: 0 }}
whileInView={{ opacity: 1 }}
viewport={{ once: true }}
transition={{ delay: 0.5 }}
>
<m.div className='sticky top-0 h-[100vh] pt-[8rem] flex justify-center items-center'>
<MakersLogo3D className='h-[40rem] w-[40rem] opacity-50' />
</m.div>
</div>
Expand Down

0 comments on commit 78483e3

Please sign in to comment.