diff --git a/app/api/github/releases/route.ts b/app/api/github/releases/route.ts index 15295ce..a736fd3 100644 --- a/app/api/github/releases/route.ts +++ b/app/api/github/releases/route.ts @@ -4,7 +4,9 @@ const DEFAULT_REPOSITORIES = [ 'NodeByteHosting/website', 'NodeByteHosting/backend', 'NodeByteHosting/Game-Panel', - 'NodeByteHosting/ByteSend-SMTP' + 'NodeByteLTD/ByteSend', + 'NodeByteLTD/ByteProxy', + 'NodeByteLTD/bytesend-go' ]; export interface GitHubRelease { diff --git a/packages/core/constants/links.ts b/packages/core/constants/links.ts index 06a52a4..d3bb058 100644 --- a/packages/core/constants/links.ts +++ b/packages/core/constants/links.ts @@ -17,16 +17,16 @@ export const LINKS = { store: "https://billing.nodebyte.host/store", login: "https://billing.nodebyte.host/login", submitTicket: "https://billing.nodebyte.host/tickets/create", - freeTrial: "https://billing.nodebyte.host/store/free-trial", - amdVps: "https://billing.nodebyte.host/store/vps-hosting", - intelVps: "https://billing.nodebyte.host/store/vps-hosting", - minecraftHosting: "https://billing.nodebyte.host/store/minecraft-server-hosting", - hytaleHosting: "https://billing.nodebyte.host/store/hytale-hosting", - rustHosting: "https://billing.nodebyte.host/store/rust-hosting", - minecraft: "https://billing.nodebyte.host/store/minecraft", - rust: "https://billing.nodebyte.host/store/rust", - terrariaHosting: "https://billing.nodebyte.host/store/terraria-server-hosting", - gmodHosting: "https://billing.nodebyte.host/store/garrys-mod-server-hosting", - palworldHosting: "https://billing.nodebyte.host/store/palworld-server-hosting", + freeTrial: "https://billing.nodebyte.host/products/free-trial", + amdVps: "https://billing.nodebyte.host/products/amdvps", + intelVps: "https://billing.nodebyte.host/products/intelvps", + minecraftHosting: "https://billing.nodebyte.host/products/minecraft-server-hosting", + hytaleHosting: "https://billing.nodebyte.host/products/hytale-hosting", + rustHosting: "https://billing.nodebyte.host/products/rust-hosting", + minecraft: "https://billing.nodebyte.host/products/minecraft", + rust: "https://billing.nodebyte.host/products/rust", + terrariaHosting: "https://billing.nodebyte.host/products/terraria-server-hosting", + gmodHosting: "https://billing.nodebyte.host/products/garrys-mod-server-hosting", + palworldHosting: "https://billing.nodebyte.host/products/palworld-server-hosting", }, } as const diff --git a/packages/core/constants/vps/amd.ts b/packages/core/constants/vps/amd.ts index e5be962..a336753 100644 --- a/packages/core/constants/vps/amd.ts +++ b/packages/core/constants/vps/amd.ts @@ -1,6 +1,6 @@ import { VpsPlanSpec } from "@/packages/core/types/servers/vps"; -export const AMD_BILLING_URL = "https://billing.nodebyte.host/store/vps-hosting" +export const AMD_BILLING_URL = "https://billing.nodebyte.host/products/amdvps" /** AMD plans: add / remove entries here to control what's listed on the site */ export const AMD_PLANS: VpsPlanSpec[] = [ diff --git a/packages/ui/components/Static/footer.tsx b/packages/ui/components/Static/footer.tsx index 52aa94e..bd1e02b 100644 --- a/packages/ui/components/Static/footer.tsx +++ b/packages/ui/components/Static/footer.tsx @@ -104,10 +104,6 @@ export function Footer() { - -