Skip to content

Commit f1fd4d2

Browse files
authored
Merge pull request #4682 from alisman/fischerBanner
Add a banner announcing introduction of two-sided exact test
2 parents 8cc2eeb + a68d7f5 commit f1fd4d2

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/shared/components/userMessager/UserMessage.tsx

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ if (
3636
// ADD MESSAGE IN FOLLOWING FORMAT
3737
// UNIQUE ID IS IMPORTANT B/C WE REMEMBER A MESSAGE HAS BEEN SHOWN
3838
// BASED ON USERS LOCALSTORAGE
39+
40+
{
41+
dateEnd: 100000000000000,
42+
content: `1-sided Fisher exact test has been updated to a 2-sided test
43+
(<a href="https://docs.cbioportal.org/news/" target="_blank">Read more</a>).`,
44+
showCondition: routingStore => true,
45+
id: '2023_qval_change',
46+
},
3947
];
4048
}
4149

src/shared/components/userMessager/styles.module.scss

+5
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414

1515
a {
1616
color: lightblue;
17+
18+
&:hover {
19+
color: lightblue;
20+
opacity: 0.6;
21+
}
1722
}
1823
}

0 commit comments

Comments
 (0)