Last active
October 28, 2022 14:00
-
-
Save polluterofminds/45f941030a197c7bd5451ee0e005eda3 to your computer and use it in GitHub Desktop.
Appjections Desktop View
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 DesktopView = () => { | |
return ( | |
<div className="flex-container"> | |
<h1>Install Appjections today!</h1> | |
<p> | |
From any mobile device, visit this same page to install and experience | |
Appjections. Don't let your app rejection emails wait any longer. | |
Install today and feel the pain of not getting you app approved. | |
</p> | |
</div> | |
); | |
}; | |
export default DesktopView; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment