File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,7 @@ def hero() -> rx.Component:
3636 variant = "muted" ,
3737 class_name = "!px-[1.125ren] !py-2 !h-12 !font-semibold !text-[1.125rem] !leading-[1.625rem] !tracking-[-0.01688rem] transition-bg rounded-[0.875rem] lg:!w-[9.3125rem] w-full" ,
3838 ),
39- href = REFLEX_DEV_WEB_LANDING_FORM_URL_GET_DEMO ,
40- is_external = True ,
39+ href = "/pricing" ,
4140 underline = "none" ,
4241 class_name = "w-full" ,
4342 ),
Original file line number Diff line number Diff line change @@ -37,8 +37,7 @@ def hero() -> rx.Component:
3737 variant = "secondary" ,
3838 class_name = "lg:!w-[8.25rem] w-full" ,
3939 ),
40- href = REFLEX_DEV_WEB_LANDING_FORM_URL_GET_DEMO ,
41- is_external = True ,
40+ href = "/pricing" ,
4241 underline = "none" ,
4342 class_name = "w-full lg:w-fit" ,
4443 ),
You can’t perform that action at this time.
0 commit comments