We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd0d15 commit 8692679Copy full SHA for 8692679
src/packages/next/pages/pricing/onprem.tsx
@@ -16,9 +16,6 @@ import { Customize } from "lib/customize";
16
import withCustomize from "lib/with-customize";
17
import { useRouter } from "next/router";
18
19
-const K8S_PRICE = "$5000";
20
-const K8S_PRICE_ACADEMIC = "$3000";
21
-
22
export default function OnPrem({ customize }) {
23
const { siteName } = customize;
24
return (
0 commit comments