Update apps/dokploy/components/layouts/navbar.tsx

This commit is contained in:
Mauricio Siu
2024-12-21 12:45:14 -06:00
committed by GitHub
parent 6c9b12cee9
commit 18e89df9a5

View File

@@ -18,7 +18,7 @@ import { buttonVariants } from "../ui/button";
import { useEffect, useRef, useState } from "react";
import { UpdateWebServer } from "../dashboard/settings/web-server/update-webserver";
const AUTO_CHECK_UPDATES_INTERVAL_MINUTES = 15;
const AUTO_CHECK_UPDATES_INTERVAL_MINUTES = 5;
export const Navbar = () => {
const [isUpdateAvailable, setIsUpdateAvailable] = useState<boolean>(false);