Skip to content

Commit

Permalink
Fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
gschier committed Dec 3, 2024
1 parent 1f4eea8 commit 2b61257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-web/components/Settings/SettingsLicense.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function SettingsLicense() {
const [activateFormVisible, toggleActivateFormVisible] = useToggle(false);
const settings = useSettings();
const specialAnnouncement =
settings.createdAt < '2024-12-02' && check.data?.type === 'trial_ended';
settings.createdAt < '2024-12-03' && check.data?.type !== 'commercial_use';
const [copied, setCopied] = useTimedBoolean();
const copy = useCopy({ disableToast: true });

Expand Down

0 comments on commit 2b61257

Please sign in to comment.