Skip to content

Instantly share code, notes, and snippets.

@polluterofminds
Last active October 28, 2022 14:00
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/45f941030a197c7bd5451ee0e005eda3 to your computer and use it in GitHub Desktop.
Save polluterofminds/45f941030a197c7bd5451ee0e005eda3 to your computer and use it in GitHub Desktop.
Appjections Desktop View
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