Skip to content

Commit

Permalink
fix: uncomment mesh animation
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <[email protected]>
  • Loading branch information
g1eny0ung committed Dec 23, 2024
1 parent becdc58 commit 6c5061e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function Home() {
</Head>
<main>
<div className="hero tw-relative tw-h-[768px] tw-pt-0 tw-overflow-hidden">
{/* <BrowserOnly>{() => <Mesh />}</BrowserOnly> */}
<BrowserOnly>{() => <Mesh />}</BrowserOnly>
<div className="tw-container tw-mx-auto tw-z-10">
<div className="tw-flex tw-flex-col lg:tw-flex-row lg:tw-justify-between lg:tw-items-center">
<div className="tw-flex-[.8] 2xl:tw-flex-[.6] tw-p-6 lg:tw-p-3">
Expand Down

0 comments on commit 6c5061e

Please sign in to comment.