Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

22716 & 21964 - UX tweaks #2979

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions auth-web/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 auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "2.6.73",
"version": "2.6.74",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<v-card elevation="0">
<div class="account-label">
<div
class="nav-list-title font-weight-bold pl-3"
class="nav-list-title font-weight-bold"
data-test="title"
>
Access Type
Expand Down
2 changes: 1 addition & 1 deletion auth-web/src/views/pay/eft/ShortNameDetailsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
mdi-alert
</v-icon>
<p class="account-alert__info mb-0 pl-3">
Caution: Please verify if the {{ unsettledAmount }} balance is eligible for a refund, or you can link to a new account.
<strong>Caution:</strong> Please verify if the {{ unsettledAmount }} balance is eligible for a refund, or you can link to a new account.
</p>
</div>
</v-alert>
Expand Down
Loading