Skip to content

Commit

Permalink
style: re-order launch incentives (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredvu authored Oct 4, 2024
1 parent 404d010 commit f9867db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/token/RewardsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ const RewardsPage = () => {
{showStakingRewardPanel && stakingRewardPanel}
<StakingPanel />
<UnbondingPanels />
<TradingRewardsChartPanel />
<LaunchIncentivesPanel />
<TradingRewardsChartPanel />
<NewMarketsPanel />
<GovernancePanel />
<RewardHistoryPanel />
Expand All @@ -126,8 +126,8 @@ const RewardsPage = () => {
{showMigratePanel && <MigratePanel />}
<div tw="flex gap-1.5">
<div tw="flexColumn flex-[2] gap-1.5">
<TradingRewardsChartPanel />
<LaunchIncentivesPanel />
<TradingRewardsChartPanel />
<RewardHistoryPanel />
</div>
<div tw="flexColumn flex-1 gap-1.5">
Expand Down

0 comments on commit f9867db

Please sign in to comment.