-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- changed page blurb to 18px - deleted authorization date entry from AuthorizationProof component - misc text updates and layout improvements - renamed misc properties (ie, identifier -> registrationNumber and "home" -> "previous") - moved business number entry above date of incorporation - updated misc hints - moved extrapro data from summary component into new summary component - updated UploadAffidavit invalid logic and styling - updated UploadAffidavit by adding button and hiding FileUploadPreview (same as auth files) - fixed misc icon alignments - updated Business Contact Info label - moved common method to document mixin - more text updates - added/updated unit tests Co-authored-by: Severin Beauvais <[email protected]>
- Loading branch information
1 parent
b841af3
commit 3eb9e4c
Showing
28 changed files
with
615 additions
and
593 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,7 +168,7 @@ | |
|
||
<p | ||
v-if="getPageBlurb" | ||
class="mt-4" | ||
class="mt-4 font-18" | ||
> | ||
{{ getPageBlurb }} | ||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.