Skip to content

Commit

Permalink
chore: disable welcome popup
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Aug 6, 2024
1 parent 9a32e31 commit 9d38328
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/SwapV3/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import styled from 'styled-components'
import { ReactComponent as RoutingIcon } from 'assets/svg/routing-icon.svg'
import Banner from 'components/Banner'
import { SwitchLocaleLink } from 'components/SwitchLocaleLink'
import TutorialSwap from 'components/Tutorial/TutorialSwap'
import { TutorialIds } from 'components/Tutorial/TutorialSwap/constant'
import GasPriceTrackerPanel from 'components/swapv2/GasPriceTrackerPanel'
import GasTokenSetting from 'components/swapv2/GasTokenSetting'
Expand Down Expand Up @@ -139,7 +138,6 @@ export default function Swap() {

return (
<>
{isSwapPage && <TutorialSwap />}
<PageWrapper>
<Banner />
<Container>
Expand Down

0 comments on commit 9d38328

Please sign in to comment.