Skip to content

Commit

Permalink
Merge pull request #1621 from 0xoscario/remove-the-egg
Browse files Browse the repository at this point in the history
  • Loading branch information
sameepsi authored Nov 20, 2024
2 parents c71ac1a + 407f84d commit 01ed749
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/pages/AnalyticsPage/AnalyticsOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,6 @@ const AnalyticsOverview: React.FC = () => {
) : (
<></>
)}
<Box
sx={{
position: 'absolute',
width: '200px',
top: 0,
right: 0,
}}
>
{DRAGON_EGGS_SHOW && <Eggs type={4}></Eggs>}
</Box>
</Box>
</Box>
<Box mt={4}>
Expand Down

0 comments on commit 01ed749

Please sign in to comment.