We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e50d0c commit 0419b1aCopy full SHA for 0419b1a
frontend/src/screens/App/screens/Welcome/index.tsx
@@ -52,6 +52,19 @@ export default function Welcome({
52
<br />
53
<strong>Zoom in! Every dot is a photo.</strong>
54
</p>
55
+ <div
56
+ className={classNames(
57
+ stylesheet.buttonContainer,
58
+ stylesheet.mobileButton,
59
+ stylesheet.mobileOnly
60
+ )}
61
+ onClick={handleClose}
62
+ >
63
+ <Button buttonStyle="primary" className={stylesheet.explore}>
64
+ Start Exploring
65
+ </Button>
66
+ </div>
67
+
68
<hr />
69
<p className={stylesheet.finePrint}>
70
The photos on this site were retrieved from the NYC Department of
0 commit comments