Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions components/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,12 @@
return {
banners: [
{
id: 'monai_core_v1.5',
message: 'MONAI Core v1.5 is now available!',
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',
linkText: 'See what\'s new →',
bgColor: 'bg-brand-primary',
icon: 'check',
priority: 2
},
{
id: 'community-survey-2025',
message: 'Help shape the future of MONAI!',
link: 'https://forms.gle/tovHc3ch13FwJEqo6',
linkText: 'Take our 5-minute community survey →',
bgColor: 'bg-purple-600',
icon: 'megaphone',
priority: 1
}
],
Expand Down