Skip to content

Commit 6f9a3d5

Browse files
authored
(VPODC-53): configure login page (#27)
1 parent 56c28e6 commit 6f9a3d5

File tree

3 files changed

+2685
-4
lines changed

3 files changed

+2685
-4
lines changed

config/gen3/login.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
{
22
"topContent": [
33
{
4-
"text": "Gen3 Data Commons",
4+
"text": "Veterans Precision Oncology Data Commons",
55
"className": "text-center text-3xl font-bold"
66
},
77
{
8-
"text": "DISCOVER, ANALYZE, AND SHARE DATA",
9-
"className": "text-center text-xl font-medium"
8+
"text": "Explore, Analyze, and Share Data",
9+
"className": "uppercase text-center text-xl font-medium"
10+
},
11+
{
12+
"text": "The Veterans Data Commons supports the management, analysis and sharing of veteran oncologic data for the research community and aims to accelerate discovery and development of therapies, diagnostic tests, and other technologies for precision oncology.",
13+
"className": "text-center text-sm"
1014
}
1115
],
1216
"bottomContent": [
1317
{
1418
"text": "If you have any questions about access or the registration process, please contact",
15-
"email": "gen3@datacommons.io",
19+
"email": "support@gen3.org",
20+
"type": "textWithEmail",
1621
"className": "text-center text-sm"
1722
}
1823
],

0 commit comments

Comments
 (0)