diff --git a/client/src/App.css b/client/src/App.css
index addf7bd..dca9486 100644
--- a/client/src/App.css
+++ b/client/src/App.css
@@ -78,3 +78,10 @@
.no-overflow {
white-space: nowrap;
}
+
+.bigger-button-text {
+ font-size: 20px;
+ margin: 0.5em;
+}
+
+
diff --git a/client/src/cash/Cash.js b/client/src/cash/Cash.js
index c14bd80..c6cf26e 100644
--- a/client/src/cash/Cash.js
+++ b/client/src/cash/Cash.js
@@ -36,14 +36,14 @@ const Cash = (props) => {
-
-
- Put in work
+
+ +
query_builder
diff --git a/client/src/homies/Homies.js b/client/src/homies/Homies.js
index 58cd2cb..d8b031c 100644
--- a/client/src/homies/Homies.js
+++ b/client/src/homies/Homies.js
@@ -55,14 +55,14 @@ const Homies = (props) => {
- Move money
- monetization_on
+ +
+ monetization_on
- Put in work
+ +
query_builder
@@ -88,4 +88,4 @@ const Homies = (props) => {
)
}
-export default withRouter(Homies);
\ No newline at end of file
+export default withRouter(Homies);
|