Browse Source

text(HarassCalc) Updating text to indicate my code is only based on the calculation

main
Jonathan McCaffrey 4 years ago
parent
commit
85e8f3c278
  1. BIN
      IGP/Database.db
  2. 6
      IGP/Pages/HarassCalculatorPage.razor
  3. 2
      IGP/wwwroot/generated/GitChangeModels.json

BIN
IGP/Database.db

Binary file not shown.

6
IGP/Pages/HarassCalculatorPage.razor

@ -122,6 +122,8 @@
Can I see the formula for the calculation?
</InfoQuestionComponent>
<InfoAnswerComponent>
The Harass Calculator is based on the following calculation.
<br/>
<div class="mathContainer">
<div> =c*m+r*g*(t+l) + </div>
@ -153,11 +155,8 @@
<div><i>x</i> is workerProductionIndex</div>
</div>
<br/><br/>
</InfoAnswerComponent>
</InfoBodyComponent>
<InfoBodyComponent>
<InfoQuestionComponent>
Can I see the code for the calculation?
@ -165,7 +164,6 @@
<InfoAnswerComponent>
<CodeLinkComponent Href="https://github.com/JonathanMcCaffrey/IGP-Fan-Reference/blob/main/IGP/Pages/HarassCalculatorPage.razor"/>
</InfoAnswerComponent>
</InfoBodyComponent>
</PaperComponent>

2
IGP/wwwroot/generated/GitChangeModels.json

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save