UNPKG

@xo-union/tk-component-header-nav

Version:
9 lines 249 B
export default (() => { const today = new Date(); const month = today.getMonth(); const day = today.getDate(); if (process.env.UNION_DEPLOYMENT_ENV === 'qa') { return month === 4 && day >= 20 || month === 5; } return month === 5; });