Merge branch 'master' into master

This commit is contained in:
Conor 2021-06-27 16:00:58 +00:00
commit b849257eef
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ function App() {
<button style={{marginLeft: "0"}} onClick={event => onFindHotSingles(event, setSecondPage)} className={"btn"} disabled={!uploaded}>Find Hot Singles!</button> <button style={{marginLeft: "0"}} onClick={event => onFindHotSingles(event, setSecondPage)} className={"btn"} disabled={!uploaded}>Find Hot Singles!</button>
</div> </div>
<div id={"result"} style={{display: secondPage ? "block" : "none"}}> <div id={"result"} style={{display: secondPage ? "block" : "none"}}>
<h1 className={"hot-single"}>We've found <strong>1</strong> hot single in your area... Always have been</h1> <h1 className={"hot-single"}>We've found <strong>1</strong> hot single in your area... Always has been!</h1>
<div className={"card"}> <div className={"card"}>
<img id={"cutie"} alt={"You"} /> <img id={"cutie"} alt={"You"} />
<div className={"card-bottom"}> <div className={"card-bottom"}>