We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbe8b86 + e8bf55c commit 1b0d9a4Copy full SHA for 1b0d9a4
components/header.html
@@ -37,21 +37,12 @@
37
return {
38
banners: [
39
{
40
- id: 'monai_core_v1.5',
41
- message: 'MONAI Core v1.5 is now available!',
42
- link: 'https://docs.monai.io/en/stable/whatsnew_1_5.html',
+ id: 'monai_core_v1.5.1',
+ message: 'MONAI Core v1.5.1 is now available!',
+ link: 'https://docs.monai.io/en/stable/whatsnew_1_5_1.html',
43
linkText: 'See what\'s new →',
44
bgColor: 'bg-brand-primary',
45
icon: 'check',
46
- priority: 2
47
- },
48
- {
49
- id: 'community-survey-2025',
50
- message: 'Help shape the future of MONAI!',
51
- link: 'https://forms.gle/tovHc3ch13FwJEqo6',
52
- linkText: 'Take our 5-minute community survey →',
53
- bgColor: 'bg-purple-600',
54
- icon: 'megaphone',
55
priority: 1
56
}
57
],
0 commit comments