From 95ae6d0d4006e499ced9b811952079115d088734 Mon Sep 17 00:00:00 2001 From: Bauke Date: Tue, 4 Jul 2023 20:15:17 +0200 Subject: [PATCH] Use an actual date. :P --- source/options/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/options/features.ts b/source/options/features.ts index 7f963a4..c6acf25 100644 --- a/source/options/features.ts +++ b/source/options/features.ts @@ -44,7 +44,7 @@ export const features: FeatureData[] = [ component: BackToTopSetting, }, { - availableSince: new Date("2023-06-31"), + availableSince: new Date("2023-07-01"), index: 0, key: Feature.HideTopics, title: "Hide Topics",