Skip to content

Commit

Permalink
remove news block (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
m00n620 authored Feb 8, 2023
1 parent 01acfb2 commit bfdf99f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps/escrow-dashboard/src/pages/Main/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export const Main: React.FC = (): React.ReactElement => {
<Grid item xs={12} lg={6}>
<SolvedTasks />
</Grid>
<Grid item xs={12} lg={6}>
{/* <Grid item xs={12} lg={6}>
<News />
</Grid>
</Grid> */}
</Grid>
<Escrow />
<Token />
Expand Down

2 comments on commit bfdf99f

@vercel
Copy link

@vercel vercel bot commented on bfdf99f Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

human-protocol-escrow-dashboard – ./packages/apps/escrow-dashboard

human-protocol-escrow-dashboard-git-main-humanprotocol.vercel.app
human-protocol-escrow-dashboard-humanprotocol.vercel.app
dashboard.humanprotocol.org

@vercel
Copy link

@vercel vercel bot commented on bfdf99f Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.