Skip to content

Commit 369b94f

Browse files
committed
remove footer + tweet scroll-triggerred animation
1 parent cb995e0 commit 369b94f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

site/docs/pages/index.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,11 @@ bun add @coinbase/onchainkit
148148
<ComponentPreview />
149149
</div>
150150

151-
<div
152-
className="testimonials-section pt-12"
153-
ref={useScrollAnimation()}
154-
>
151+
<div className="testimonials-section pt-12">
155152
<Tweets />
156153
</div>
157154

158-
<div
159-
className="footer-section pt-12"
160-
ref={useScrollAnimation()}
161-
>
155+
<div className="footer-section pt-12">
162156
<LandingFooter />
163157
</div>
164158
</main>

0 commit comments

Comments
 (0)