Skip to content

Commit

Permalink
Fixed some text errors. Removed empty style.
Browse files Browse the repository at this point in the history
  • Loading branch information
trechriron committed Dec 8, 2023
1 parent a6ba347 commit 243ea86
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/App/DevFormComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
listHeading: {
fontWeight: "bold",
fontSize: "1.2rem",
},
list: {

},
paragraph: {
display: "flex",
Expand Down Expand Up @@ -160,7 +157,7 @@ const handleChange = (e) => {
</div>
</div>
<div style={formStyles.columnTextRight}>
<p style={formStyles.paragraph}>The number provided = the number of active users per minute. The pulldown lists have generic thresholds you can choose to get a close idea of what your expendentitures will be at common thresholds. You should choose values for all 5 phases for this demo.
<p style={formStyles.paragraph}>The number provided = the number of calls per month. The pulldown lists have generic thresholds you can choose to get a close idea of what your expendentitures will be. You should choose values for all 5 phases for this demo.
</p>
<p style={formStyles.paragraph}>
Please check the boxes that apply to your project. If you are unsure, leave the box unchecked.
Expand Down

0 comments on commit 243ea86

Please sign in to comment.