diff --git a/src/components/timer/header-timer.tsx b/src/components/timer/header-timer.tsx index 506d2b1..be21767 100644 --- a/src/components/timer/header-timer.tsx +++ b/src/components/timer/header-timer.tsx @@ -296,6 +296,44 @@ export function HeaderTimer() { )} +
+ +
+ v && setPricingMode(v as "hourly" | "flat")} + className="justify-start" + > + + Per hour + + + Flat fee + + +
+ + $ + + setCustomAmount(e.target.value)} + className="h-8 pl-5 text-sm" + /> +
+
+
+