Skip to content

Commit fdb0c33

Browse files
authored
feat: updating banner message (#6107)
* feat: updating banner message * feat: updating message
1 parent f04cef8 commit fdb0c33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/page-settings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export default function createPageSettings(theme: Theme, prefersDarkMode: boolea
133133
<InfoIcon fontSize='large' />
134134
</Box>
135135
<Typography variant='body1'>
136-
The Open VSX Publisher Agreement has been updated. You can find details of these changes <Link color='secondary' underline='hover' href="https://drive.google.com/file/d/19od4oK5KmamI1e9yunZ1FG-nkkX3doOx/view?usp=sharing">here</Link> and the full Open VSX Publisher Agreement Version 1.1 is <Link color='secondary' underline='hover' href="https://www.eclipse.org/legal/documents/eclipse-openvsx-publisher-agreement.pdf">here</Link>.
136+
Open VSX will be migrating storage infrastructure on <Typography variant='body1' component='span' sx={{ fontWeight: 'bold' }}>Thursday, November 27, 2025 at 9:00 AM ET</Typography>. The registry will be in read-only mode during the migration – <Link color='secondary' underline='hover' href='https://www.eclipsestatus.io/maintenance' target='_blank' rel='noopener'>More details</Link>.
137137
</Typography>
138138
</Box>;
139139

@@ -203,7 +203,7 @@ export default function createPageSettings(theme: Theme, prefersDarkMode: boolea
203203
color: 'info'
204204
},
205205
cookie: {
206-
key: 'Publisher-Agreement-1.1',
206+
key: 'Storage-Migration-Nov-2025',
207207
value: 'closed',
208208
path: '/'
209209
}

0 commit comments

Comments
 (0)