kodadot/nft-gallery

View on GitHub
components/collection/unlockable/const.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { endOfHour } from 'date-fns'

const now = new Date()
export const countDownTime = endOfHour(now).getTime()

export const slidesCountOnTimeCountdown = 10

export const DISPLAY_SLIDE_IMAGE_COUNT = 4