Skip to content

Commit 8b654a2

Browse files
fix: react-fluid-animation
1 parent ee08f7d commit 8b654a2

21 files changed

+1144
-7
lines changed

components/HeroHeader.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import raf from 'raf'
22
import random from 'random'
33
import React, { Component } from 'react'
4-
import FluidAnimation from 'react-fluid-animation'
4+
5+
import { ReactFluidAnimation } from './fluid-animation'
56

67
const exp = random.exponential()
78
const numSplatsPerEpoch = 1
@@ -38,7 +39,7 @@ export class HeroHeader extends Component<{
3839

3940
override render() {
4041
return (
41-
<FluidAnimation
42+
<ReactFluidAnimation
4243
className={this.props.className}
4344
animationRef={this._animationRef}
4445
/>

0 commit comments

Comments
 (0)