This repository was archived by the owner on Jan 14, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -410,6 +410,11 @@ const PricingPage = () => {
410410 ) ) }
411411 </ tbody >
412412 </ table >
413+ { ( product . product === "R2" || product . product === "Realtime" ) && (
414+ < div className = "PricingSection--product-note" >
415+ < p > * Enterprise customers will be billed by TB</ p >
416+ </ div >
417+ ) }
413418 </ div >
414419 </ div >
415420 ) ) }
Original file line number Diff line number Diff line change @@ -303,6 +303,21 @@ details[open] .PricingSection--faq-question::before {
303303 margin : 0 ;
304304}
305305
306+ .PricingSection--product-note {
307+ margin-top : 1rem ;
308+ padding : 0.75rem ;
309+ background : rgba (251 , 176 , 52 , 0.08 );
310+ border-radius : 6px ;
311+ border-left : 3px solid var (--color-orange );
312+ }
313+
314+ .PricingSection--product-note p {
315+ margin : 0 ;
316+ color : var (--color-text-secondary );
317+ font-size : 0.875rem ;
318+ font-style : italic;
319+ }
320+
306321@media (max-width : 768px ) {
307322 .PricingSection {
308323 padding : 6rem 1rem 2rem ;
@@ -418,4 +433,13 @@ details[open] .PricingSection--faq-question::before {
418433
419434[theme = "dark" ] .PricingSection--faq-question : hover {
420435 background : rgba (var (--gray-1-rgb ), .4 );
436+ }
437+
438+ [theme = "dark" ] .PricingSection--product-note {
439+ background : rgba (var (--gray-1-rgb ), .2 );
440+ border-left-color : var (--color-orange );
441+ }
442+
443+ [theme = "dark" ] .PricingSection--product-note p {
444+ color : var (--color-gray-300 );
421445}
You can’t perform that action at this time.
0 commit comments