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 1c32988 commit a1fcb82Copy full SHA for a1fcb82
src/pages/index.tsx
@@ -73,7 +73,7 @@ export const IndexPage: ComponentType = withGlobalErrorBoundary(() => {
73
)
74
})
75
76
-const Ad = dayjs().isBefore('2099-12-31 00:00:00+8')
+const Ad = dayjs().isBefore('2025-09-08 00:00:00+8')
77
? () => {
78
const t = useTranslation()
79
const sendEvent = () => {
0 commit comments