Skip to content

Commit

Permalink
feat(synapse-interface): use both rebate displays in bridge card (#2276)
Browse files Browse the repository at this point in the history
* Use prior rebate version

* Show both rebate versions
  • Loading branch information
bigboydiamonds authored Mar 13, 2024
1 parent 986cf60 commit 45fbfdc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const MAX_ARB_REBATE_PER_ADDRESS = 2000
const BridgeExchangeRateInfo = () => {
return (
<div className="py-3.5 px-1 space-y-3 text-sm md:px-6 tracking-wide">
{/* <RouteEligibility /> */}
<TimeEstimate />
<RouteEligibility />
{/* <TimeEstimate /> */}
<section className="p-2 space-y-1 text-sm border rounded-sm border-[#504952] text-secondary font-light">
<GasDropLabel />
<Router />
Expand Down

0 comments on commit 45fbfdc

Please sign in to comment.