Skip to content

Commit

Permalink
iva-app: Fix configuration of the organisation section of login page …
Browse files Browse the repository at this point in the history
…#TASK-7216 #TASK-7100
  • Loading branch information
jmjuanes committed Dec 19, 2024
1 parent 25f68a2 commit 66d12d0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sites/iva/conf/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,13 @@ const SUITE = {
},
loginPage: {
organisation: {
logo: {img: "img/opencb-logo.png", height: "60px", link: "https://github.com/opencb"},
logo: "img/opencb-logo.png",
link: "https://github.com/opencb",
title: "Unleash the power of genomic data",
display: {
logoStyle: "",
logoClass: "",
titleStyle: "",
titleClass: "",
logoHeight: "100px",
logoClass: "mb-2",
titleClass: "fs-3 opacity-25",
}
},
login: {
Expand Down

0 comments on commit 66d12d0

Please sign in to comment.