diff --git a/src/components/ClientTopNav.js b/src/components/ClientTopNav.js
index a7cb8b7..003e000 100644
--- a/src/components/ClientTopNav.js
+++ b/src/components/ClientTopNav.js
@@ -14,7 +14,7 @@ export default class ClientTopNav extends React.Component {
height="60"
/>
-
Not A Dog
+ Not a Dog
)
diff --git a/src/components/upload.css b/src/components/upload.css
index a0ff9eb..190b7eb 100644
--- a/src/components/upload.css
+++ b/src/components/upload.css
@@ -23,7 +23,7 @@
transform: translateX(-50%) translateY(-50%);
transition: 0.3s;
border-radius: 5px; /* 5px rounded corners */
- color: black;
+ color: #fffcf7;
text-align: left;
width: 19rem;
}
diff --git a/src/components/upload.js b/src/components/upload.js
index f8c66e5..040b8ba 100644
--- a/src/components/upload.js
+++ b/src/components/upload.js
@@ -11,8 +11,8 @@ export default class Upload extends React.Component {
Click below to take or upload an image and the
Machine learning algorithm will tell if the image is
- a dog or not. And because this is for Corgi Hacks it
- can also tell if it’s a corgi.
+ a dog or not. Because this was made for the Corgi
+ Hacks hackathon it can also tell if it’s a corgi.