From 9e56421cc5622875cbfd581b6c942b4cd8b685eb Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 6 Jan 2023 23:46:32 -0800 Subject: [PATCH] gg --- src/styles/sections.css | 1 - src/template/Sections.jsx | 11 ++++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/styles/sections.css b/src/styles/sections.css index b7fc154..8369d3e 100644 --- a/src/styles/sections.css +++ b/src/styles/sections.css @@ -138,7 +138,6 @@ .map { cursor: crosshair; - /* margin: 2em 0 0 0; */ position: relative; overflow: hidden; width: 100%; diff --git a/src/template/Sections.jsx b/src/template/Sections.jsx index 84449e1..f7e96f7 100644 --- a/src/template/Sections.jsx +++ b/src/template/Sections.jsx @@ -2,7 +2,6 @@ import React, { useState } from 'react'; import { ethers, BigNumber } from 'ethers'; import { useAccount, useContractReads, useContractRead, usePrepareContractWrite, useContractWrite, useWaitForTransaction } from 'wagmi'; import { Parallax } from 'react-parallax'; -import { animateScroll as scroll } from 'react-scroll' import { NotificationContainer, NotificationManager } from 'react-notifications'; import { AwesomeButton } from 'react-awesome-button'; import Typewriter from 'react-ts-typewriter'; @@ -42,11 +41,13 @@ export class Section1 extends React.Component { Pixelated police sketch of the Unabomber suspect. -
- scroll.scrollTo(window.scrollMaxY - '800', {duration: 5000})} className="fadeIn"> - continue - +
+ + + +
+ ) }