Skip to content

Commit

Permalink
chore: clean up console logs and unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Apr 18, 2024
1 parent 5868c15 commit 262748d
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions packages/frontend/src/components/landing/GuestLanding.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,41 +584,11 @@ const CustomButton = styled.button`
}
`;

const Pattern = styled.div`
width: 100%;
min-height: 540px;
display: flex;
align-items: center;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGeSURBVHgB7doxTisxEAbgeY/mvQro6NiSDo6QkpJbcA2OwjWooKQMJ2DpKENJBV7FEYoBeQSIZr9PGk2cItWvsdfZnSBjKHVf6rnUbdD1N8g4K7VX6jhIEaycofaTIEWwcoam0yFYOYe179WiQ7Byhk8+8wnB6munlHNWgmD1tUGyFSYIVl8bJFcOCYLV106s/aBrJ2hNE+qo1GmpRanz2J5aB6X+x/oQv/l+FWz5E/O1iHU4pom0W/u0/uoZahnrgN2VGuv6Jpidl1+o2T5BznkrfKj9MdZT6l9836r+3k2pq1KXMVNz3gpbU7hOmj49AQ7x/lJ0WWsK5xhv2+AYkHQR29vbddDluqFvbNZPQZdg9S07az4gWH3tHZVgJQhW3xjb4XIZyo+Z3nffHN79CZ1gYuXc1b4KEytFsHLGptMhWDlj7Q9BimDlbJ4Ex4AftggHdwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIpXoUVLSWulnzoAAAAASUVORK5CYII=");
background-size: 75px 75px;
background-repeat: repeat;
background-position: center top;
@media (max-width: 900px) {
min-height: 390px;
}
`;

const PatternContent = styled.div`
padding: 1rem;
max-width: 496px;
margin: 0 auto;
background-color: var(--background-color);
display: flex;
align-items: center;
min-height: 260px;
@media (max-width: 900px) {
min-height: 0px;
}
`;

export function GuestLanding({ history, accountFound, onTransfer }) {
const [walletSelectorModal, setWalletSelectorModal] = useState();
const [showModal, setShowModal] = useState();

const ref = useRef(null);
console.log("accountFound", accountFound);

useEffect(() => {
recordWalletMigrationEvent("LANDING_PAGE");
Expand Down

0 comments on commit 262748d

Please sign in to comment.