Skip to content

Commit

Permalink
#change Home page add lp
Browse files Browse the repository at this point in the history
  • Loading branch information
LancelotM committed Nov 1, 2020
1 parent 99e3468 commit 2750f7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/home/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import style from "assets/jss/material-kit-pro-react/modalStyle.js";
import SectionPools from "features/vault/sections/SectionPools.js";
import StakePage from 'features/stake/sections/StakePools.js';
import FarmPools from 'features/farm/sections/FarmPools';
import LiquidityPage from 'features/liquidity/LiquidityPage.js'
// style for this page
// resource file
// hooks
Expand All @@ -43,6 +44,7 @@ export default function HomePage() {

return (
<>
<LiquidityPage/>
<SnackbarContent
message={
<span onClick={() => window.open(t('Home-SnackBarUrl'))} style={{fontWeight: "bold"}}>
Expand Down

0 comments on commit 2750f7d

Please sign in to comment.