Skip to content

Commit

Permalink
Merge pull request #15 from trechriron/trentin-dev-form-component-upd…
Browse files Browse the repository at this point in the history
…ate-2

Fixed some text errors. Removed empty style.
  • Loading branch information
trechriron authored Dec 8, 2023
2 parents a6ba347 + 243ea86 commit abbc189
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 abbc189

Please sign in to comment.