Skip to content

Commit

Permalink
25082-Further Requested NoW UX Change (#711)
Browse files Browse the repository at this point in the history
* 25082-Minor-UX-fixes-for-NoW-Filings-UI

* 25082-Update-version

* 25082-Revert-divider-removal

* 25082-Update-POA-labels-to-16px

* 25082-Update-patch-version
  • Loading branch information
meawong authored Jan 10, 2025
1 parent b2bf793 commit b81ec72
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-filings-ui",
"version": "7.4.12",
"version": "7.4.13",
"private": true,
"appName": "Filings UI",
"sbcName": "SBC Common Components",
4 changes: 2 additions & 2 deletions src/components/NoticeOfWithdrawal/RecordToBeWithdrawn.vue
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@
hide-details
>
<template #label>
<span class="font-14 grey-text">The record to be withdrawn is part of a Plan of Arrangement.</span>
<span class="font-16 grey-text">The record to be withdrawn is part of a Plan of Arrangement.</span>
</template>
</v-checkbox>
</v-col>
@@ -119,7 +119,7 @@
:disabled="!partOfPoa"
>
<template #label>
<span class="font-14 grey-text">
<span class="font-16 grey-text">
At least one of the terms of the arrangement have taken effect.
</span>
</template>

0 comments on commit b81ec72

Please sign in to comment.