Last active
October 28, 2022 13:59
-
-
Save polluterofminds/aa7c90090f682a3c8b4543db3d871699 to your computer and use it in GitHub Desktop.
Appjections Install Screen
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from "react"; | |
const InstallScreen = () => { | |
return ( | |
<div className="flex-container"> | |
<h1>Welcome to Appjections!</h1> | |
<h3> | |
Install the app and start experiencing the best app rejection emails | |
AI could ever write. | |
</h3> | |
<p> | |
Just click the hover button in the bottom-right corner there. Yep. Right | |
there. Click it, and follow the instructions. | |
</p> | |
<p> | |
If you've already installed the app, close this dinky web browser, and | |
go open the app from your home screen. Experience the full power of | |
rejection! | |
</p> | |
</div> | |
); | |
}; | |
export default InstallScreen; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment