Skip to content

Commit

Permalink
update Login to correct field
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnwai committed Sep 13, 2024
1 parent 5347808 commit 815c7e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/sampleCommons/config/aced/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"name": "About ACED"
}
],
"showLogin": true
"loginButtonVisibility": true
}
}
2 changes: 1 addition & 1 deletion packages/sampleCommons/config/brh/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}
}
],
"showLogin": true,
"loginButtonVisibility": true,
"classNames": {
"root": "bg-primary"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/sampleCommons/config/cbds/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"logo": {
"src": "/icons/cbds.png",
"width": 600,
"height": 220,
"width": 300,
"height": 60,
"href": "/cbdsLandingPage"
},
"items": [
Expand Down Expand Up @@ -39,6 +39,6 @@
"name": "CBDS"
}
],
"showLogin": true
"loginButtonVisibility": true
}
}

0 comments on commit 815c7e1

Please sign in to comment.