Skip to content

Commit

Permalink
chore: temporary remove transak
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv committed Oct 22, 2024
1 parent 285feb1 commit ceccf7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/components/Header/groups/SwapNavGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ const SwapNavGroup = () => {
</Flex>
</StyledNavLink>
)
*/}
<StyledNavLink
id="buy-crypto-nav-link"
Expand All @@ -165,6 +164,8 @@ const SwapNavGroup = () => {
</Flex>
</Flex>
</StyledNavLink>
*/}
</Flex>
}
/>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const KyberDAOVote = lazy(() => import('pages/KyberDAO/Vote'))
const KNCUtility = lazy(() => import('pages/KyberDAO/KNCUtility'))
const AboutKyberSwap = lazy(() => import('pages//About/AboutKyberSwap'))
const AboutKNC = lazy(() => import('pages/About/AboutKNC'))
const BuyCrypto = lazy(() => import('pages/BuyCrypto'))
//const BuyCrypto = lazy(() => import('pages/BuyCrypto'))

const NotificationCenter = lazy(() => import('pages/NotificationCenter'))

Expand Down Expand Up @@ -270,7 +270,7 @@ export default function App() {
<Route path={`${APP_PATHS.KYBERDAO_KNC_UTILITY}`} element={<KNCUtility />} />
<Route path={`${APP_PATHS.ABOUT}/kyberswap`} element={<AboutKyberSwap />} />
<Route path={`${APP_PATHS.ABOUT}/knc`} element={<AboutKNC />} />
<Route path={`${APP_PATHS.BUY_CRYPTO}`} element={<BuyCrypto />} />
{/*<Route path={`${APP_PATHS.BUY_CRYPTO}`} element={<BuyCrypto />} />*/}
{/* <Route path={`${APP_PATHS.BRIDGE}`} element={<Bridge />} /> */}
<Route
path={`${APP_PATHS.PROFILE_MANAGE}`}
Expand Down

0 comments on commit ceccf7b

Please sign in to comment.