Skip to content

Commit

Permalink
fixed agreement summary title (#162)
Browse files Browse the repository at this point in the history
I noticed this was corrupted so I fixed it.
  • Loading branch information
severinbeauvais authored Aug 28, 2020
1 parent 2afca13 commit db6a4de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/IncorporationAgreement/AgreementType.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<!-- Summary Header -->
<div class="agreement-summary-header">
<v-icon>mdi-handshake</v-icon>
<label class="agreement-summary-title"><strong>Incorporation Agreement and Benefit </strong></label>
<label class="agreement-summary-title">
<strong>Incorporation Agreement and Benefit Company Articles</strong>
</label>
</div>

<!-- Summary Warning -->
Expand Down

0 comments on commit db6a4de

Please sign in to comment.