Skip to content

Commit

Permalink
fix: remove egg
Browse files Browse the repository at this point in the history
  • Loading branch information
0xoscario committed Nov 19, 2024
1 parent c71ac1a commit 407f84d
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 407f84d

Please sign in to comment.