Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ignmandagaran committed Apr 25, 2024
1 parent f069b2a commit 745d2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/hero/marquee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ import Marquee from 'react-fast-marquee'
import { useMinTabletBreakpoint } from '~/hooks/use-media'
import { PropsWithChildren } from 'react'

type MarqueeProps = PropsWithChildren<{
type MarqueeProps = {
style?: React.CSSProperties
className?: string
play?: boolean
pauseOnHover?: boolean
pauseOnClick?: boolean
gradientColor?: string
}>
}

export const HomeHeroMarquee = (props: MarqueeProps) => {
const isMinTablet = useMinTabletBreakpoint()
Expand Down

0 comments on commit 745d2b0

Please sign in to comment.