Skip to content

Commit

Permalink
Remove banner
Browse files Browse the repository at this point in the history
  • Loading branch information
yivlad committed Oct 19, 2023
1 parent 161aeb2 commit bc710e4
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/modules/dashboard/DashboardTopPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,23 +99,6 @@ export const DashboardTopPanel = () => {

return (
<>
{showMigrateButton && (
<Box sx={{ width: '100%' }}>
<Link href={ROUTES.migrationTool}>
<Button
variant="gradient"
sx={{
height: '40px',
width: '100%',
}}
>
<Typography variant="buttonM">
<Trans>Migrate Your Aave V2 Position to Spark Protocol</Trans>
</Typography>
</Button>
</Link>
</Box>
)}
<TopInfoPanel
titleComponent={
<Box sx={{ display: 'flex', alignItems: 'center' }}>
Expand Down

0 comments on commit bc710e4

Please sign in to comment.