We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9c6b3 commit 05ea7f8Copy full SHA for 05ea7f8
src/pages/index.tsx
@@ -73,7 +73,7 @@ export const IndexPage: ComponentType = withGlobalErrorBoundary(() => {
73
)
74
})
75
76
-const Ad = dayjs().isBefore('2025-07-06 00:00:00+8')
+const Ad = dayjs().isBefore('2099-12-31 00:00:00+8')
77
? () => {
78
const t = useTranslation()
79
const sendEvent = () => {
0 commit comments