mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 13:41:51 +02:00
Fix date
This commit is contained in:
@@ -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 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user