diff --git a/frontend/public/images/infisical-update-december-2023.png b/frontend/public/images/infisical-update-december-2023.png new file mode 100644 index 000000000..41282eb43 Binary files /dev/null and b/frontend/public/images/infisical-update-december-2023.png differ diff --git a/frontend/src/layouts/AdminLayout/AdminLayout.tsx b/frontend/src/layouts/AdminLayout/AdminLayout.tsx index ad156d748..70746112e 100644 --- a/frontend/src/layouts/AdminLayout/AdminLayout.tsx +++ b/frontend/src/layouts/AdminLayout/AdminLayout.tsx @@ -70,7 +70,7 @@ export const AdminLayout = ({ children }: LayoutProps) => { const { user } = useUser(); const { subscription } = useSubscription(); - const { data: updateClosed } = useGetUserAction("september_update_closed"); + const { data: updateClosed } = useGetUserAction("december_update_closed"); const infisicalPlatformVersion = process.env.NEXT_PUBLIC_INFISICAL_PLATFORM_VERSION; const { t } = useTranslation(); @@ -78,7 +78,7 @@ export const AdminLayout = ({ children }: LayoutProps) => { const registerUserAction = useRegisterUserAction(); const closeUpdate = async () => { - await registerUserAction.mutateAsync("september_update_closed"); + await registerUserAction.mutateAsync("december_update_closed"); }; const logout = useLogoutUser(); @@ -182,14 +182,14 @@ export const AdminLayout = ({ children }: LayoutProps) => { } relative z-10 mb-6 flex pb-2 w-52 flex-col items-center justify-start rounded-md border border-mineshaft-600 bg-mineshaft-900 px-3`} >