Skip to content

Commit

Permalink
style: home page button text & ui change (#402)
Browse files Browse the repository at this point in the history
Co-authored-by: Riddhiagrawal001 <[email protected]>
Co-authored-by: Pritish Budhiraja <[email protected]>
  • Loading branch information
3 people authored Feb 15, 2024
1 parent 4b9c219 commit f1f2b97
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/screens/HyperSwitch/Home/HomeV2.res
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ module QuickStart = {
}

let buttonText = if !(typedValueOfEnum.testPayment.payment_id->LogicUtils.isNonEmptyString) {
"Configure (Test mode)"
"Get Started Now"
} else if !typedValueOfEnum.integrationCompleted {
"Start Integration on app"
} else {
Expand Down Expand Up @@ -189,11 +189,7 @@ module QuickStart = {
buttonType={Primary}
customButtonStyle="group w-1/5"
rightIcon={CustomIcon(
<Icon
name="thin-right-arrow"
size=20
className="group-hover:scale-125 cursor-pointer transition duration-200 ease-in-out"
/>,
<Icon name="thin-right-arrow" size=20 className="cursor-pointer" />,
)}
onClick={_ => {
mixpanelEventForQuickStart()
Expand Down

0 comments on commit f1f2b97

Please sign in to comment.