diff --git a/client/components/App.js b/client/components/App.js index bd40fcf..273cc59 100644 --- a/client/components/App.js +++ b/client/components/App.js @@ -8,7 +8,7 @@ export default class App extends React.Component { return - WebDrop - Send Files, Easily + FilePizza - Send Files, Easily diff --git a/client/components/UploadPage.js b/client/components/UploadPage.js index 0999192..d35203b 100644 --- a/client/components/UploadPage.js +++ b/client/components/UploadPage.js @@ -43,7 +43,7 @@ export default class UploadPage extends React.Component { -

WebDrop

+

FilePizza

The easiest way to send someone a file.

Drag the file into this window to get started.

@@ -54,7 +54,7 @@ export default class UploadPage extends React.Component { -

WebDrop

+

FilePizza

Processing...

diff --git a/css/index.styl b/css/index.styl index 9ad7fe1..379b4b2 100644 --- a/css/index.styl +++ b/css/index.styl @@ -8,7 +8,7 @@ light-gray = #EEE light-green = #AEE239 light-red = #E23430 light-yellow = #FFE476 -red = #C40D08 +red = #ae1e1d @keyframes rotate { from { transform: rotate(0deg) } @@ -20,7 +20,7 @@ global-reset() html, body { height: 100% } h1 { - color: green + color: red font: bold 32px/40px "Quicksand", sans-serif text-align: center margin: 0 0 10px