Skip to content

Commit

Permalink
Cleaned up UI
Browse files Browse the repository at this point in the history
  • Loading branch information
joeblas committed Nov 17, 2017
1 parent 3a444f8 commit 8f046a2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 71 deletions.
12 changes: 3 additions & 9 deletions imports/ui/pages/Index/Index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ const Index = () => (
src="https://s3-us-west-2.amazonaws.com/cleverbeagle-assets/graphics/email-icon.png"
alt="Clever Beagle"
/>
<h1>Pup</h1>
<p>A boilerplate for products.</p>
<div>
<Button href="http://cleverbeagle.com/pup">Read the Docs</Button>
<Button href="https://github.com/cleverbeagle/pup"><i className="fa fa-star" /> Star on GitHub</Button>
</div>
<footer>
<p>Need help and want to stay accountable building your product? <a href="http://cleverbeagle.com?utm_source=pupappindex&utm_campaign=oss">Check out Clever Beagle</a>.</p>
</footer>
<h1>CloudControl</h1>
<p>Simple Cloud Based Invoicing.</p>

</div>
);

Expand Down
60 changes: 0 additions & 60 deletions imports/ui/pages/ViewDocument/ViewDocument.js

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pup",
"name": "cloudcontrol",
"private": true,
"scripts": {
"start": "meteor --settings settings-development.json",
Expand Down

0 comments on commit 8f046a2

Please sign in to comment.