Explorar el Código

fix: update trial tip time to 3/17 (#14452)

NFish hace 7 meses
padre
commit
5f692dfce2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/context/provider-context.tsx

+ 1 - 1
web/context/provider-context.tsx

@@ -120,7 +120,7 @@ export const ProviderContextProvider = ({
     if (localStorage.getItem('anthropic_quota_notice') === 'true')
       return
 
-    if (dayjs().isAfter(dayjs('2025-03-11')))
+    if (dayjs().isAfter(dayjs('2025-03-17')))
       return
 
     if (providersData?.data && providersData.data.length > 0) {