Skip to content

Instantly share code, notes, and snippets.

@polluterofminds
Last active October 28, 2022 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save polluterofminds/aa7c90090f682a3c8b4543db3d871699 to your computer and use it in GitHub Desktop.
Save polluterofminds/aa7c90090f682a3c8b4543db3d871699 to your computer and use it in GitHub Desktop.
Appjections Install Screen
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