aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/admin
diff options
context:
space:
mode:
authorMeysam <meysam@developer-friendly.blog>2025-04-07 20:48:08 +0700
committerGitHub <noreply@github.com>2025-04-07 06:48:08 -0700
commitd1a814fb8d9e699fc73cca76f5072db3a0fcd15c (patch)
tree5230a2651ddce35ee2251e1669aecf105cd4e9b3 /apps/web/components/admin
parentaf631eb2fd211839ccb681fbb2df23ec69058fbe (diff)
downloadkarakeep-d1a814fb8d9e699fc73cca76f5072db3a0fcd15c.tar.zst
chore: update repo release url to karakeep (#1210)
Diffstat (limited to 'apps/web/components/admin')
-rw-r--r--apps/web/components/admin/ServerStats.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/components/admin/ServerStats.tsx b/apps/web/components/admin/ServerStats.tsx
index 0842ac77..dd74e414 100644
--- a/apps/web/components/admin/ServerStats.tsx
+++ b/apps/web/components/admin/ServerStats.tsx
@@ -7,8 +7,8 @@ import { api } from "@/lib/trpc";
import { keepPreviousData, useQuery } from "@tanstack/react-query";
const REPO_LATEST_RELEASE_API =
- "https://api.github.com/repos/hoarder-app/hoarder/releases/latest";
-const REPO_RELEASE_PAGE = "https://github.com/hoarder-app/hoarder/releases";
+ "https://api.github.com/repos/karakeep-app/karakeep/releases/latest";
+const REPO_RELEASE_PAGE = "https://github.com/karakeep-app/karakeep/releases";
function useLatestRelease() {
const { data } = useQuery({