Skip to content

Commit

Permalink
remove built to outlast text
Browse files Browse the repository at this point in the history
  • Loading branch information
ukorvl committed Aug 26, 2024
1 parent b12b765 commit 960e6c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/src/components/pages/ZkSharding/Intro/Intro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Intro = () => {
duration={700}
delay={500}
isVisible={isVisible}
text="Built to Outlast"
text=""
/>
)}
</IntroAnimationWidget>
Expand Down
2 changes: 1 addition & 1 deletion site/src/components/pages/ZkSharding/Intro/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const getAnimatedItemList = (prefersReduceMotion?: boolean) => [
ySourceValue: '-336px',
yTransformValue: '-99%',
children: (isCompleted: boolean) => (
<IntroDescription className={s.description} text="Built to Outlast" isVisible={isCompleted} />
<IntroDescription className={s.description} text="" isVisible={isCompleted} />
),
},
{
Expand Down

0 comments on commit 960e6c0

Please sign in to comment.