Skip to content

Commit

Permalink
Update img src path. Css class update. (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 authored Jun 26, 2024
1 parent 9693a8a commit f9fbe0e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions vue/sbc-common-components/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 vue/sbc-common-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sbc-common-components",
"version": "4.0.6",
"version": "4.0.7",
"private": false,
"description": "Common Vue Components to be used across BC Registries and Online Services.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion vue/sbc-common-components/src/components/SbcAuthMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const login = (idpHint: string) => {
margin:8px 32px 8px 0px;
}
.v-card-title.body-2 {
.v-card-title.text-body-2 {
font-size: 0.875rem !important;
font-family: "BCSans"!important;
font-size: .875rem!important;
Expand Down
2 changes: 1 addition & 1 deletion vue/sbc-common-components/src/components/SbcLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
>
<v-img
max-height="260"
src="../../src/assets/img/BCReg_Generic_Login_image.jpg"
src="@sbc/assets/img/BCReg_Generic_Login_image.jpg"
alt="Generic Login Image"
/>
</v-card-title>
Expand Down

0 comments on commit f9fbe0e

Please sign in to comment.