This commit is contained in:
Gregory Schier
2024-12-03 11:48:39 -08:00
parent 1f4eea89c5
commit 2b61257e50

View File

@@ -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 });