Skip to content

Commit

Permalink
fix kyberai banner (#2280)
Browse files Browse the repository at this point in the history
* fix kyberai banner

* fix warning

* fix pr env

* fix banner mobile cannot click
  • Loading branch information
XiaoYhun authored and namgold committed Oct 11, 2023
1 parent 86ef7b4 commit 4b84245
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/KyberAITokenBanner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,7 @@ const KyberAITokenBanner = ({
<div style={{ width: '100px' }}></div>
</Container>
) : (
<MobileContainer
color={color}
onClick={() => {
handleBannerClick
}}
>
<MobileContainer color={color} onClick={handleBannerClick}>
<RowBetween>
<RowFit gap="8px">
{staticMode ? (
Expand Down

0 comments on commit 4b84245

Please sign in to comment.