From 0202e1930a0442834fc9e8750eb0e4adf870612b Mon Sep 17 00:00:00 2001 From: Neeraj Baid Date: Fri, 8 May 2015 18:13:14 -0700 Subject: [PATCH] Use 'delivered' pun. Reduce spinner bottom spacing. --- css/index.styl | 2 +- lib/components/App.js | 2 +- lib/components/ProgressBar.js | 2 +- lib/components/UploadPage.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/index.styl b/css/index.styl index 761e1bb..339b54c 100644 --- a/css/index.styl +++ b/css/index.styl @@ -62,7 +62,7 @@ p { z-index: -1 width: 300px height: 300px - margin: 0 auto 40px + margin: 0 auto 20px display: flex align-items: center diff --git a/lib/components/App.js b/lib/components/App.js index db9e6ce..a290918 100644 --- a/lib/components/App.js +++ b/lib/components/App.js @@ -28,7 +28,7 @@ export default class App extends React.Component { - + FilePizza - Send Files, Easily diff --git a/lib/components/ProgressBar.js b/lib/components/ProgressBar.js index 1c46bd3..4a3de84 100644 --- a/lib/components/ProgressBar.js +++ b/lib/components/ProgressBar.js @@ -28,7 +28,7 @@ export default class ProgressBar extends React.Component { {formatted} - :
Done
} + :
Delivered
} } } diff --git a/lib/components/UploadPage.js b/lib/components/UploadPage.js index c72f17b..8a0b6e5 100644 --- a/lib/components/UploadPage.js +++ b/lib/components/UploadPage.js @@ -46,7 +46,7 @@ export default class UploadPage extends React.Component {

FilePizza

-

The easiest way to send someone a file.

+

Your files, delivered.

Drag the file into this window to get started.