Skip to content

Commit

Permalink
update: hide features banner
Browse files Browse the repository at this point in the history
  • Loading branch information
jaaaaavier committed Dec 16, 2024
1 parent 068c9e2 commit 688ac3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/banners/FeaturesBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useEffect, useState } from 'react';
import { useRouter } from 'next/router';
import { CheckCircle, Snowflake, X } from '@phosphor-icons/react';

const HIDE_BANNER_DATE = new Date('2025-01-07');
const HIDE_BANNER_DATE = new Date('2024-01-07');
const TODAY_DATE = new Date();

const shouldHideBannerAutomatically = TODAY_DATE > HIDE_BANNER_DATE;
Expand Down

0 comments on commit 688ac3d

Please sign in to comment.