diff --git a/src/components/pricing-page/provider/pricing-unit.tsx b/src/components/pricing-page/provider/pricing-unit.tsx index 7373f0de..03134935 100644 --- a/src/components/pricing-page/provider/pricing-unit.tsx +++ b/src/components/pricing-page/provider/pricing-unit.tsx @@ -1,5 +1,5 @@ -import React, { useEffect } from "react"; import { Slider } from "@/components/ui/slider"; +import React, { useEffect } from "react"; type PricingUnitProps = { progress: number; @@ -58,10 +58,13 @@ function PricingUnit({ )} { - setProgress(parseInt(e.target.value)); + if (flag) { + setProgress(parseInt(e.target.value)); + } else setProgress(+e.target.value); }} /> diff --git a/src/styles/globals.css b/src/styles/globals.css index 429bb7a7..b3b446bb 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -271,4 +271,14 @@ display: none; } -/* change text inside */ + +.hide-arrow::-webkit-outer-spin-button, +.hide-arrow::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} + + +.hide-arrow { + -moz-appearance: textfield; +} \ No newline at end of file diff --git a/src/utils/sequences/deployedOnAkash.ts b/src/utils/sequences/deployedOnAkash.ts index c9ec460d..932c371d 100644 --- a/src/utils/sequences/deployedOnAkash.ts +++ b/src/utils/sequences/deployedOnAkash.ts @@ -1,5 +1,5 @@ export const deployedOnAkash = [ - "Brev.dev (Acq. by NVIDIA)", + "NVIDIA", "Venice.ai", "Prime Intellect", "University of Texas at Austin",