Skip to content

Commit 1b0d9a4

Browse files
authored
Merge pull request #90 from Project-MONAI/update_banner_1_5_1
Add 1.5.1 release banner
2 parents fbe8b86 + e8bf55c commit 1b0d9a4

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

components/header.html

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,12 @@
3737
return {
3838
banners: [
3939
{
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',
40+
id: 'monai_core_v1.5.1',
41+
message: 'MONAI Core v1.5.1 is now available!',
42+
link: 'https://docs.monai.io/en/stable/whatsnew_1_5_1.html',
4343
linkText: 'See what\'s new →',
4444
bgColor: 'bg-brand-primary',
4545
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',
5546
priority: 1
5647
}
5748
],

0 commit comments

Comments
 (0)