Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
manudeli committed Dec 16, 2024
1 parent e361a47 commit 615a60c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/suspensive.org/src/components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const HomePage = ({
initial={{ y: 30, opacity: 0 }}
animate={{ y: 0, opacity: 1 }}
transition={{ delay: 0.5, duration: 0.2 }}
className="container mx-auto px-6"
className="container mx-auto px-4"
>
{children}
</motion.section>
Expand Down
4 changes: 3 additions & 1 deletion docs/suspensive.org/src/pages/ko/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
desc: 'Suspensive는 개발자가 서버 사이드 렌더링 환경에서도 React Suspense를 점진적으로 채택할 수 있도록 clientOnly를 제공합니다.',
},
]}
/>
>

<Scrollycoding>

Expand Down Expand Up @@ -428,3 +428,5 @@ const DeepComponent = () => (
```

</Scrollycoding>

</HomePage>

0 comments on commit 615a60c

Please sign in to comment.