1
Fork 0

Use an actual date. :P

This commit is contained in:
Bauke 2023-07-04 20:15:17 +02:00
parent 5f6cf4a6de
commit 95ae6d0d40
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -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",