Skip to content

Commit

Permalink
Merge pull request #456 from dOrgTech/develop
Browse files Browse the repository at this point in the history
Merge develop to master
  • Loading branch information
Man-Jain authored Jan 11, 2023
2 parents fd43778 + ec11df9 commit e00d64a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
10 changes: 0 additions & 10 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,11 @@ const App: React.FC = () => {
<DAOCreate />
</ThemeProvider>
</CreatorProvider>
<WarningFooter
text={
"Homebase is highly experimental, and changes are to be expected in the coming weeks. Please use at your own risk. The DAO you created will not be deprecated."
}
/>
</Route>
<Route path="/explorer">
<TZKTSubscriptionsProvider>
<DAOExplorerRouter />
</TZKTSubscriptionsProvider>
<WarningFooter
text={
"Homebase is highly experimental, and changes are to be expected in the coming weeks. Please use at your own risk. The DAO you created will not be deprecated."
}
/>
<Footer></Footer>
</Route>
<Route path="/faq">
Expand Down
2 changes: 0 additions & 2 deletions src/modules/explorer/pages/Proposals/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ export const Proposals: React.FC = () => {
</Grid>
</Grid>
</HeroContainer>
{/* <DAOStatsRow /> */}
<UserBalancesBox daoId={daoId} />

{data && cycleInfo && activeProposals && (
<ProposalsList title={"Active Proposals"} currentLevel={cycleInfo.currentLevel} proposals={activeProposals} />
Expand Down

0 comments on commit e00d64a

Please sign in to comment.