Skip to content

Commit

Permalink
remove lottie image
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Aug 12, 2024
1 parent fc94a74 commit 1ea283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/pages/ZkSharding/Hero/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Hero = ({ className, data: { title, description, list } }: HeroProps) => {

<Column type="right">
<div className={s.contentWrapper}>
<div className={s.lottieWrapper} ref={lottieRef} />
{/* <div className={s.lottieWrapper} ref={lottieRef} /> */}
</div>
<div className={s.rightFooter}>
<div className={s.footerLeftBox}>
Expand Down

0 comments on commit 1ea283e

Please sign in to comment.