Skip to content

Commit 0419b1a

Browse files
committed
Restore mobile CTA button
whoops!
1 parent 6e50d0c commit 0419b1a

File tree

1 file changed

+13
-0
lines changed
  • frontend/src/screens/App/screens/Welcome

1 file changed

+13
-0
lines changed

frontend/src/screens/App/screens/Welcome/index.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@ export default function Welcome({
5252
<br />
5353
<strong>Zoom in! Every dot&nbsp;is&nbsp;a&nbsp;photo.</strong>
5454
</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+
5568
<hr />
5669
<p className={stylesheet.finePrint}>
5770
The photos on this site were retrieved from the NYC Department of

0 commit comments

Comments
 (0)